#CEFC7B

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

Shades of Sulu #CEFC7B

Tints of Sulu #CEFC7B

Color information

#CEFC7B (or 0xCEFC7B) is unknown color: approx Sulu. HEX triplet: CE, FC and 7B. RGB value is (206,252,123). Sum of RGB (Red+Green+Blue) = 206+252+123=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC7B is #310384. Grayscale: #E0E0E0. Windows color (decimal): -3212165 or 8125646. OLE color: 8125646.

HSL color Cylindrical-coordinate representation of color #CEFC7B: hue angle of 81.4º degrees, saturation: 0.96, 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 #CEFC7B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB206252123-
CMYK0.1800.510.01
HSL81.4º95.56%73.53%-
HSV(B)81.4º51.19%98.82%-
XYZ63.8484.1731.62-
YUV223.5471.26115.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 252 (98.83% from 255) = 43.37%
BLUE value IS 123 (48.44% from 255) = 21.17%
R=35.46%
G=43.37%
B=21.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521230.1800.510.0181.495.5673.53
HexCEFC7B12033151604a
Octal316374173220631121140112
Binary110011101111110011110111001001100111101000111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFC7B; }

 p { color: rgb(206,252,123); }

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

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

 a { background-color: rgb(206,252,123); }

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

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

 span { border-color: rgb(206,252,123); }

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