#ccff7e

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

Shades of Sulu #CCFF7E

Tints of Sulu #CCFF7E

Color information

#CCFF7E (or 0xCCFF7E) is unknown color: approx Sulu. HEX triplet: CC, FF and 7E. RGB value is (204,255,126). Sum of RGB (Red+Green+Blue) = 204+255+126=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFF7E is #330081. Grayscale: #E1E1E1. Windows color (decimal): -3342466 or 8323020. OLE color: 8323020.

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

Color convert

RGB204255126-
CMYK0.200.510
HSL83.72º100%74.71%-
HSV(B)83.72º50.59%100%-
XYZ64.4385.8632.92-
YUV225.0472.1112.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 255 (100% from 255) = 43.59%
BLUE value IS 126 (49.61% from 255) = 21.54%
R=34.87%
G=43.59%
B=21.54%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551260.200.51083.7210074.71
HexCCFF7E14033054644b
Octal314377176240630124144113
Binary110011001111111111111101010001100110101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccff7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccff7e; }

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

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

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

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

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

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

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

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