#CCF27D

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

Shades of Sulu #CCF27D

Tints of Sulu #CCF27D

Color information

#CCF27D (or 0xCCF27D) is unknown color: approx Sulu. HEX triplet: CC, F2 and 7D. RGB value is (204,242,125). Sum of RGB (Red+Green+Blue) = 204+242+125=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF27D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF27D is #330D82. Grayscale: #D9D9D9. Windows color (decimal): -3345795 or 8254156. OLE color: 8254156.

HSL color Cylindrical-coordinate representation of color #CCF27D: hue angle of 79.49º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCF27D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB204242125-
CMYK0.1600.480.05
HSL79.49º81.82%71.96%-
HSV(B)79.49º48.35%94.9%-
XYZ60.3677.8231.24-
YUV217.375.91118.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 125 (49.22% from 255) = 21.89%
R=35.73%
G=42.38%
B=21.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421250.1600.480.0579.4981.8271.96
HexCCF27D1003054f5248
Octal314362175200605117122110
Binary11001100111100101111101100000110000101100111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF27D; }

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

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

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

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

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

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

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

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