#CEFA71

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

Shades of Sulu #CEFA71

Tints of Sulu #CEFA71

Color information

#CEFA71 (or 0xCEFA71) is unknown color: approx Sulu. HEX triplet: CE, FA and 71. RGB value is (206,250,113). Sum of RGB (Red+Green+Blue) = 206+250+113=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA71 is #31058E. Grayscale: #DDDDDD. Windows color (decimal): -3212687 or 7469774. OLE color: 7469774.

HSL color Cylindrical-coordinate representation of color #CEFA71: hue angle of 79.27º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEFA71 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB206250113-
CMYK0.1800.550.02
HSL79.27º93.2%71.18%-
HSV(B)79.27º54.8%98.04%-
XYZ62.6282.6928.28-
YUV221.2366.92117.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 113 (44.53% from 255) = 19.86%
R=36.20%
G=43.94%
B=19.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501130.1800.550.0279.2793.271.18
HexCEFA711203724f5d47
Octal316372161220672117135107
Binary1100111011111010111000110010011011110100111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA71; }

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

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

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

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

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

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

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

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