#CFEF85

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

Shades of Sulu #CFEF85

Tints of Sulu #CFEF85

Color information

#CFEF85 (or 0xCFEF85) is unknown color: approx Sulu. HEX triplet: CF, EF and 85. RGB value is (207,239,133). Sum of RGB (Red+Green+Blue) = 207+239+133=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF85 is #30107A. Grayscale: #D9D9D9. Windows color (decimal): -3149947 or 8777679. OLE color: 8777679.

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

Color convert

RGB207239133-
CMYK0.1300.440.06
HSL78.11º76.81%72.94%-
HSV(B)78.11º44.35%93.73%-
XYZ60.8376.6933.79-
YUV217.3580.4120.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 239 (93.75% from 255) = 41.28%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=35.75%
G=41.28%
B=22.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391330.1300.440.0678.1176.8172.94
HexCFEF85D02C64e4d49
Octal317357205150546116115111
Binary11001111111011111000010111010101100110100111010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF85; }

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

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

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

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

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

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

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

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