Html Css Color HEX #CFEA9F Reef

📋 copy color: '#CFEA9F'

red 207 ◦ green 234 ◦ blue 159

#CFEA9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CFEA9F

Tints of Reef #CFEA9F

RGB

 RED value IS 207 (81.25% from 255) = 34.5%

 GREEN value IS 234 (91.8% from 255) = 39%

 BLUE value IS 159 (62.5% from 255) = 26.5%

R = 34.5%
G = 39%
B = 26.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#CFEA9F (or 0xCFEA9F) is known color: Reef. HEX triplet: CF, EA and 9F. RGB value is (207,234,159). Sum of RGB (Red+Green+Blue) = 207+234+159=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA9F is #301560. Grayscale: #D9D9D9. Windows color (decimal): -3151201 or 10480335. OLE color: 10480335.

HSL color Cylindrical-coordinate representation of color #CFEA9F: hue angle of 81.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEA9F is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 159 -
CMYK 0.12 0 0.32 0.08
HSL 81.6º 0.64% 0.77% -
HSV(B) 81.6º 0.32% 0.92% -
XYZ 61.41 74.61 43.97 -
YUV 217.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 207 234 159 0.12 0 0.32 0.08 81.6 0.64 0.77
Hex CF EA 9F C 0 20 8 52 40 4D
Octal 317 352 237 14 0 40 10 122 100 115
Binary 11001111 11101010 10011111 1100 0 100000 1000 1010010 1000000 1001101

Color Harmonies of #CFEA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA9F

Black with #CFEA9F

Text Example


Text Example

White with #CFEA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA9F; }

 p { color: rgb(207,234,159); }

 H1.HeaderClassName
 {
   color: #CFEA9F;
 }
 .AnyTagClassName
 {
   color: #CFEA9F;
 }
</style>

background-color css

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

 a { background-color: rgb(207,234,159); }

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

border-color css

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

 span { border-color: rgb(207,234,159); }

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