#CCF07D

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

Shades of Sulu #CCF07D

Tints of Sulu #CCF07D

Color information

#CCF07D (or 0xCCF07D) is unknown color: approx Sulu. HEX triplet: CC, F0 and 7D. RGB value is (204,240,125). Sum of RGB (Red+Green+Blue) = 204+240+125=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF07D is #330F82. Grayscale: #D8D8D8. Windows color (decimal): -3346307 or 8253644. OLE color: 8253644.

HSL color Cylindrical-coordinate representation of color #CCF07D: hue angle of 78.78º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF07D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB204240125-
CMYK0.1500.480.06
HSL78.78º79.31%71.57%-
HSV(B)78.78º47.92%94.12%-
XYZ59.7676.6431.04-
YUV216.1376.57119.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 240 (94.14% from 255) = 42.18%
BLUE value IS 125 (49.22% from 255) = 21.97%
R=35.85%
G=42.18%
B=21.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042401250.1500.480.0678.7879.3171.57
HexCCF07DF03064f4f48
Octal314360175170606117117110
Binary1100110011110000111110111110110000110100111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF07D; }

 p { color: rgb(204,240,125); }

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

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

 a { background-color: rgb(204,240,125); }

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

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

 span { border-color: rgb(204,240,125); }

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