#CCFD7D

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

Shades of Sulu #CCFD7D

Tints of Sulu #CCFD7D

Color information

#CCFD7D (or 0xCCFD7D) is unknown color: approx Sulu. HEX triplet: CC, FD and 7D. RGB value is (204,253,125). Sum of RGB (Red+Green+Blue) = 204+253+125=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD7D is #330282. Grayscale: #E0E0E0. Windows color (decimal): -3342979 or 8256972. OLE color: 8256972.

HSL color Cylindrical-coordinate representation of color #CCFD7D: hue angle of 82.97º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCFD7D is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB204253125-
CMYK0.1900.510.01
HSL82.97º96.97%74.12%-
HSV(B)82.97º50.59%99.22%-
XYZ63.7384.5732.37-
YUV223.7672.27113.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 253 (99.22% from 255) = 43.47%
BLUE value IS 125 (49.22% from 255) = 21.48%
R=35.05%
G=43.47%
B=21.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531250.1900.510.0182.9796.9774.12
HexCCFD7D13033153614a
Octal314375175230631123141112
Binary110011001111110111111011001101100111101001111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFD7D; }

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

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

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

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

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

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

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

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