Html Css Color HEX #CFDC9F Reef

📋 copy color: '#CFDC9F'

red 207 ◦ green 220 ◦ blue 159

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

Shades of Reef #CFDC9F

Tints of Reef #CFDC9F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.54%

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

R = 35.32%
G = 37.54%
B = 27.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#CFDC9F (or 0xCFDC9F) is known color: Reef. HEX triplet: CF, DC and 9F. RGB value is (207,220,159). Sum of RGB (Red+Green+Blue) = 207+220+159=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC9F is #302360. Grayscale: #D1D1D1. Windows color (decimal): -3154785 or 10476751. OLE color: 10476751.

HSL color Cylindrical-coordinate representation of color #CFDC9F: hue angle of 72.79º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFDC9F is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 159 -
CMYK 0.06 0 0.28 0.14
HSL 72.79º 0.47% 0.74% -
HSV(B) 72.79º 0.28% 0.86% -
XYZ 57.58 66.96 42.69 -
YUV 209.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 207 220 159 0.06 0 0.28 0.14 72.79 0.47 0.74
Hex CF DC 9F 6 0 1C E 49 2F 4A
Octal 317 334 237 6 0 34 16 111 57 112
Binary 11001111 11011100 10011111 110 0 11100 1110 1001001 101111 1001010

Color Harmonies of #CFDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC9F

Black with #CFDC9F

Text Example


Text Example

White with #CFDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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