#CFEF7E

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

Shades of Sulu #CFEF7E

Tints of Sulu #CFEF7E

Color information

#CFEF7E (or 0xCFEF7E) is unknown color: approx Sulu. HEX triplet: CF, EF and 7E. RGB value is (207,239,126). Sum of RGB (Red+Green+Blue) = 207+239+126=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF7E is #301081. Grayscale: #D8D8D8. Windows color (decimal): -3149954 or 8318927. OLE color: 8318927.

HSL color Cylindrical-coordinate representation of color #CFEF7E: hue angle of 76.99º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFEF7E is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB207239126-
CMYK0.1300.470.06
HSL76.99º77.93%71.57%-
HSV(B)76.99º47.28%93.73%-
XYZ60.3676.531.32-
YUV216.5576.9121.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 126 (49.61% from 255) = 22.03%
R=36.19%
G=41.78%
B=22.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391260.1300.470.0676.9977.9371.57
HexCFEF7ED02F64d4e48
Octal317357176150576115116110
Binary1100111111101111111111011010101111110100110110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF7E; }

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

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

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

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

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

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

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

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