#CEFA7F

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

Shades of Sulu #CEFA7F

Tints of Sulu #CEFA7F

Color information

#CEFA7F (or 0xCEFA7F) is unknown color: approx Sulu. HEX triplet: CE, FA and 7F. RGB value is (206,250,127). Sum of RGB (Red+Green+Blue) = 206+250+127=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA7F is #310580. Grayscale: #DFDFDF. Windows color (decimal): -3212673 or 8387278. OLE color: 8387278.

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

Color convert

RGB206250127-
CMYK0.1800.490.02
HSL81.46º92.48%73.92%-
HSV(B)81.46º49.2%98.04%-
XYZ63.4783.0332.76-
YUV222.8273.92116-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 250 (98.05% from 255) = 42.88%
BLUE value IS 127 (50% from 255) = 21.78%
R=35.33%
G=42.88%
B=21.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501270.1800.490.0281.4692.4873.92
HexCEFA7F120312515c4a
Octal316372177220612121134112
Binary1100111011111010111111110010011000110101000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA7F; }

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

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

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

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

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

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

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

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