#CEFE71

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

Shades of Sulu #CEFE71

Tints of Sulu #CEFE71

Color information

#CEFE71 (or 0xCEFE71) is unknown color: approx Sulu. HEX triplet: CE, FE and 71. RGB value is (206,254,113). Sum of RGB (Red+Green+Blue) = 206+254+113=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE71 is #31018E. Grayscale: #E0E0E0. Windows color (decimal): -3211663 or 7470798. OLE color: 7470798.

HSL color Cylindrical-coordinate representation of color #CEFE71: hue angle of 80.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEFE71 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB206254113-
CMYK0.1900.560.00
HSL80.43º98.6%71.96%-
HSV(B)80.43º55.51%99.61%-
XYZ63.8885.228.7-
YUV223.5765.6115.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 254 (99.61% from 255) = 44.33%
BLUE value IS 113 (44.53% from 255) = 19.72%
R=35.95%
G=44.33%
B=19.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541130.1900.560.0080.4398.671.96
HexCEFE71130380506348
Octal316376161230700120143110
Binary110011101111111011100011001101110000101000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE71; }

 p { color: rgb(206,254,113); }

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

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

 a { background-color: rgb(206,254,113); }

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

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

 span { border-color: rgb(206,254,113); }

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