#CFE39D

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

Shades of Reef #CFE39D

Tints of Reef #CFE39D

Color information

#CFE39D (or 0xCFE39D) is unknown color: approx Reef. HEX triplet: CF, E3 and 9D. RGB value is (207,227,157). Sum of RGB (Red+Green+Blue) = 207+227+157=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE39D is #301C62. Grayscale: #D5D5D5. Windows color (decimal): -3152995 or 10347471. OLE color: 10347471.

HSL color Cylindrical-coordinate representation of color #CFE39D: hue angle of 77.14º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE39D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB207227157-
CMYK0.0900.310.11
HSL77.14º55.56%75.29%-
HSV(B)77.14º30.84%89.02%-
XYZ59.2970.6442.41-
YUV213.0496.37123.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 227 (89.06% from 255) = 38.41%
BLUE value IS 157 (61.72% from 255) = 26.57%
R=35.03%
G=38.41%
B=26.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072271570.0900.310.1177.1455.5675.29
HexCFE39D901FB4d384b
Octal317343235110371311570113
Binary1100111111100011100111011001011111101110011011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE39D; }

 p { color: rgb(207,227,157); }

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

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

 a { background-color: rgb(207,227,157); }

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

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

 span { border-color: rgb(207,227,157); }

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