#7BCF93

Color #7BCF93 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7BCF93

Tints of De York #7BCF93

Color information

#7BCF93 (or 0x7BCF93) is unknown color: approx De York. HEX triplet: 7B, CF and 93. RGB value is (123,207,147). Sum of RGB (Red+Green+Blue) = 123+207+147=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCF93 is #84306C. Grayscale: #AFAFAF. Windows color (decimal): -8663149 or 9686907. OLE color: 9686907.

HSL color Cylindrical-coordinate representation of color #7BCF93: hue angle of 137.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BCF93 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB123207147-
CMYK0.4100.290.19
HSL137.14º46.67%64.71%-
HSV(B)137.14º40.58%81.18%-
XYZ35.7550.9435.55-
YUV175.04112.1790.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 25.79%
GREEN value IS 207 (81.25% from 255) = 43.40%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=25.79%
G=43.40%
B=30.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232071470.4100.290.19137.1446.6764.71
Hex7BCF932901D13892f41
Octal173317223510352321157101
Binary1111011110011111001001110100101110110011100010011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BCF93; }

 p { color: rgb(123,207,147); }

 H1.HeaderClassName
 {
   color: #7BCF93;
 }
 .AnyTagClassName
 {
   color: #7BCF93;
 }
</style>
background-color css

<style>
 a { background-color: #7BCF93; }

 a { background-color: rgb(123,207,147); }

 div.DivClassName
 {
   background-color: #7BCF93;
 }
 .BgClassName
 {
   background-color: #7BCF93;
 }
</style>
border-color css

<style>
 span { border-color: #7BCF93; }

 span { border-color: rgb(123,207,147); }

 td.TdClassName
 {
   border-color: #7BCF93;
 }
 .TagClassName
 {
   border-color: #7BCF93;
 }
</style>