Html Css Color HEX #CFDD97 Reef

📋 copy color: '#CFDD97'

red 207 ◦ green 221 ◦ blue 151

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

Shades of Reef #CFDD97

Tints of Reef #CFDD97

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.17%

 BLUE value IS 151 (59.38% from 255) = 26.08%

R = 35.75%
G = 38.17%
B = 26.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#CFDD97 (or 0xCFDD97) is known color: Reef. HEX triplet: CF, DD and 97. RGB value is (207,221,151). Sum of RGB (Red+Green+Blue) = 207+221+151=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD97 is #302268. Grayscale: #D1D1D1. Windows color (decimal): -3154537 or 9952719. OLE color: 9952719.

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

Color convert

RGB 207 221 151 -
CMYK 0.06 0 0.32 0.13
HSL 72º 0.51% 0.73% -
HSV(B) 72º 0.32% 0.87% -
XYZ 57.17 67.21 39.24 -
YUV 208.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 207 221 151 0.06 0 0.32 0.13 72 0.51 0.73
Hex CF DD 97 6 0 20 D 48 33 49
Octal 317 335 227 6 0 40 15 110 63 111
Binary 11001111 11011101 10010111 110 0 100000 1101 1001000 110011 1001001

Color Harmonies of #CFDD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD97

Black with #CFDD97

Text Example


Text Example

White with #CFDD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD97; }

 p { color: rgb(207,221,151); }

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

background-color css

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

 a { background-color: rgb(207,221,151); }

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

border-color css

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

 span { border-color: rgb(207,221,151); }

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