#CCFE7E

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

Shades of Sulu #CCFE7E

Tints of Sulu #CCFE7E

Color information

#CCFE7E (or 0xCCFE7E) is unknown color: approx Sulu. HEX triplet: CC, FE and 7E. RGB value is (204,254,126). Sum of RGB (Red+Green+Blue) = 204+254+126=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 126 (49.61% from 255 or 21.58% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFE7E is #330181. Grayscale: #E0E0E0. Windows color (decimal): -3342722 or 8322764. OLE color: 8322764.

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

Color convert

RGB204254126-
CMYK0.2000.500.00
HSL83.44º98.46%74.51%-
HSV(B)83.44º50.39%99.61%-
XYZ64.1185.2332.81-
YUV224.4672.44113.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 126 (49.61% from 255) = 21.58%
R=34.93%
G=43.49%
B=21.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541260.2000.500.0083.4498.4674.51
HexCCFE7E14032053624b
Octal314376176240620123142113
Binary110011001111111011111101010001100100101001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFE7E; }

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

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

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

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

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

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

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

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