#CEF27A

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

Shades of Sulu #CEF27A

Tints of Sulu #CEF27A

Color information

#CEF27A (or 0xCEF27A) is unknown color: approx Sulu. HEX triplet: CE, F2 and 7A. RGB value is (206,242,122). Sum of RGB (Red+Green+Blue) = 206+242+122=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF27A is #310D85. Grayscale: #D9D9D9. Windows color (decimal): -3214726 or 8057550. OLE color: 8057550.

HSL color Cylindrical-coordinate representation of color #CEF27A: hue angle of 78º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEF27A is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB206242122-
CMYK0.1500.500.05
HSL78º82.19%71.37%-
HSV(B)78º49.59%94.9%-
XYZ60.7278.0330.27-
YUV217.5674.07119.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 242 (94.92% from 255) = 42.46%
BLUE value IS 122 (48.05% from 255) = 21.40%
R=36.14%
G=42.46%
B=21.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421220.1500.500.057882.1971.37
HexCEF27AF03254e5247
Octal316362172170625116122107
Binary1100111011110010111101011110110010101100111010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF27A; }

 p { color: rgb(206,242,122); }

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

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

 a { background-color: rgb(206,242,122); }

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

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

 span { border-color: rgb(206,242,122); }

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