#CCF86F

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

Shades of Sulu #CCF86F

Tints of Sulu #CCF86F

Color information

#CCF86F (or 0xCCF86F) is unknown color: approx Sulu. HEX triplet: CC, F8 and 6F. RGB value is (204,248,111). Sum of RGB (Red+Green+Blue) = 204+248+111=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 248 (97.27% from 255 or 44.05% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF86F is #330790. Grayscale: #DBDBDB. Windows color (decimal): -3344273 or 7338188. OLE color: 7338188.

HSL color Cylindrical-coordinate representation of color #CCF86F: hue angle of 79.27º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCF86F is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB204248111-
CMYK0.1800.550.03
HSL79.27º90.73%70.39%-
HSV(B)79.27º55.24%97.25%-
XYZ61.3481.1227.46-
YUV219.2366.92117.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 248 (97.27% from 255) = 44.05%
BLUE value IS 111 (43.75% from 255) = 19.72%
R=36.23%
G=44.05%
B=19.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042481110.1800.550.0379.2790.7370.39
HexCCF86F1203734f5b46
Octal314370157220673117133106
Binary1100110011111000110111110010011011111100111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF86F; }

 p { color: rgb(204,248,111); }

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

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

 a { background-color: rgb(204,248,111); }

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

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

 span { border-color: rgb(204,248,111); }

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