#CCF18B

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

Shades of Sulu #CCF18B

Tints of Sulu #CCF18B

Color information

#CCF18B (or 0xCCF18B) is unknown color: approx Sulu. HEX triplet: CC, F1 and 8B. RGB value is (204,241,139). Sum of RGB (Red+Green+Blue) = 204+241+139=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF18B is #330E74. Grayscale: #DADADA. Windows color (decimal): -3346037 or 9171404. OLE color: 9171404.

HSL color Cylindrical-coordinate representation of color #CCF18B: hue angle of 81.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCF18B is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB204241139-
CMYK0.1500.420.05
HSL81.76º78.46%74.51%-
HSV(B)81.76º42.32%94.51%-
XYZ61.0277.6136.19-
YUV218.3183.24117.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 139 (54.69% from 255) = 23.80%
R=34.93%
G=41.27%
B=23.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411390.1500.420.0581.7678.4674.51
HexCCF18BF02A5524e4b
Octal314361213170525122116113
Binary11001100111100011000101111110101010101101001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF18B; }

 p { color: rgb(204,241,139); }

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

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

 a { background-color: rgb(204,241,139); }

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

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

 span { border-color: rgb(204,241,139); }

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