#CFEE8A

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

Shades of Sulu #CFEE8A

Tints of Sulu #CFEE8A

Color information

#CFEE8A (or 0xCFEE8A) is unknown color: approx Sulu. HEX triplet: CF, EE and 8A. RGB value is (207,238,138). Sum of RGB (Red+Green+Blue) = 207+238+138=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEE8A is #301175. Grayscale: #D9D9D9. Windows color (decimal): -3150198 or 9105103. OLE color: 9105103.

HSL color Cylindrical-coordinate representation of color #CFEE8A: hue angle of 78.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFEE8A is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB207238138-
CMYK0.1300.420.07
HSL78.6º74.63%73.73%-
HSV(B)78.6º42.02%93.33%-
XYZ60.8976.2535.55-
YUV217.3383.23120.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.51%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=35.51%
G=40.82%
B=23.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381380.1300.420.0778.674.6373.73
HexCFEE8AD02A74f4b4a
Octal317356212150527117113112
Binary11001111111011101000101011010101010111100111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEE8A; }

 p { color: rgb(207,238,138); }

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

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

 a { background-color: rgb(207,238,138); }

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

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

 span { border-color: rgb(207,238,138); }

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