#CEEE7E

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

Shades of Sulu #CEEE7E

Tints of Sulu #CEEE7E

Color information

#CEEE7E (or 0xCEEE7E) is unknown color: approx Sulu. HEX triplet: CE, EE and 7E. RGB value is (206,238,126). Sum of RGB (Red+Green+Blue) = 206+238+126=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE7E is #311181. Grayscale: #D8D8D8. Windows color (decimal): -3215746 or 8318670. OLE color: 8318670.

HSL color Cylindrical-coordinate representation of color #CEEE7E: hue angle of 77.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEEE7E is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB206238126-
CMYK0.1300.470.07
HSL77.14º76.71%71.37%-
HSV(B)77.14º47.06%93.33%-
XYZ59.7975.7831.21-
YUV215.6677.4121.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.14%
GREEN value IS 238 (93.36% from 255) = 41.75%
BLUE value IS 126 (49.61% from 255) = 22.11%
R=36.14%
G=41.75%
B=22.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381260.1300.470.0777.1476.7171.37
HexCEEE7ED02F74d4d47
Octal316356176150577115115107
Binary1100111011101110111111011010101111111100110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE7E; }

 p { color: rgb(206,238,126); }

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

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

 a { background-color: rgb(206,238,126); }

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

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

 span { border-color: rgb(206,238,126); }

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