#CFEE7E

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

Shades of Sulu #CFEE7E

Tints of Sulu #CFEE7E

Color information

#CFEE7E (or 0xCFEE7E) is unknown color: approx Sulu. HEX triplet: CF, EE and 7E. RGB value is (207,238,126). Sum of RGB (Red+Green+Blue) = 207+238+126=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE7E is #301181. Grayscale: #D8D8D8. Windows color (decimal): -3150210 or 8318671. OLE color: 8318671.

HSL color Cylindrical-coordinate representation of color #CFEE7E: hue angle of 76.61º 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 #CFEE7E is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB207238126-
CMYK0.1300.470.07
HSL76.61º76.71%71.37%-
HSV(B)76.61º47.06%93.33%-
XYZ60.0775.9231.23-
YUV215.9677.23121.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=36.25%
G=41.68%
B=22.07%

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
Decimal2072381260.1300.470.0776.6176.7171.37
HexCFEE7ED02F74d4d47
Octal317356176150577115115107
Binary1100111111101110111111011010101111111100110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEE7E; }

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

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

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

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

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

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

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

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