#CCF18A

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

Shades of Sulu #CCF18A

Tints of Sulu #CCF18A

Color information

#CCF18A (or 0xCCF18A) is unknown color: approx Sulu. HEX triplet: CC, F1 and 8A. RGB value is (204,241,138). Sum of RGB (Red+Green+Blue) = 204+241+138=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF18A is #330E75. Grayscale: #DADADA. Windows color (decimal): -3346038 or 9105868. OLE color: 9105868.

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

Color convert

RGB204241138-
CMYK0.1500.430.05
HSL81.55º78.63%74.31%-
HSV(B)81.55º42.74%94.51%-
XYZ60.9477.5835.81-
YUV218.1982.74117.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 241 (94.53% from 255) = 41.34%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=34.99%
G=41.34%
B=23.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411380.1500.430.0581.5578.6374.31
HexCCF18AF02B5524f4a
Octal314361212170535122117112
Binary11001100111100011000101011110101011101101001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF18A; }

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

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

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

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

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

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

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

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