#CCFE7D

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

Shades of Sulu #CCFE7D

Tints of Sulu #CCFE7D

Color information

#CCFE7D (or 0xCCFE7D) is unknown color: approx Sulu. HEX triplet: CC, FE and 7D. RGB value is (204,254,125). Sum of RGB (Red+Green+Blue) = 204+254+125=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE7D is #330182. Grayscale: #E0E0E0. Windows color (decimal): -3342723 or 8257228. OLE color: 8257228.

HSL color Cylindrical-coordinate representation of color #CCFE7D: hue angle of 83.26º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFE7D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB204254125-
CMYK0.2000.510.00
HSL83.26º98.47%74.31%-
HSV(B)83.26º50.79%99.61%-
XYZ64.0585.232.47-
YUV224.3471.94113.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 254 (99.61% from 255) = 43.57%
BLUE value IS 125 (49.22% from 255) = 21.44%
R=34.99%
G=43.57%
B=21.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541250.2000.510.0083.2698.4774.31
HexCCFE7D14033053624a
Octal314376175240630123142112
Binary110011001111111011111011010001100110101001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE7D; }

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

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

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

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

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

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

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

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