#CFEA8B

Color #CFEA8B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CFEA8B

Tints of Sulu #CFEA8B

Color information

#CFEA8B (or 0xCFEA8B) is unknown color: approx Sulu. HEX triplet: CF, EA and 8B. RGB value is (207,234,139). Sum of RGB (Red+Green+Blue) = 207+234+139=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA8B is #301574. Grayscale: #D7D7D7. Windows color (decimal): -3151221 or 9169615. OLE color: 9169615.

HSL color Cylindrical-coordinate representation of color #CFEA8B: hue angle of 77.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFEA8B is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB207234139-
CMYK0.1200.410.08
HSL77.05º69.34%73.14%-
HSV(B)77.05º40.6%91.76%-
XYZ59.8273.9835.55-
YUV215.185.05122.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 139 (54.69% from 255) = 23.97%
R=35.69%
G=40.34%
B=23.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341390.1200.410.0877.0569.3473.14
HexCFEA8BC02984d4549
Octal3173522131405110115105111
Binary110011111110101010001011110001010011000100110110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEA8B; }

 p { color: rgb(207,234,139); }

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

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

 a { background-color: rgb(207,234,139); }

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

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

 span { border-color: rgb(207,234,139); }

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