Html Css Color HEX #CFDC96 Reef

📋 copy color: '#CFDC96'

red 207 ◦ green 220 ◦ blue 150

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

Shades of Reef #CFDC96

Tints of Reef #CFDC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26%

R = 35.88%
G = 38.13%
B = 26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#CFDC96 (or 0xCFDC96) is known color: Reef. HEX triplet: CF, DC and 96. RGB value is (207,220,150). Sum of RGB (Red+Green+Blue) = 207+220+150=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC96 is #302369. Grayscale: #D0D0D0. Windows color (decimal): -3154794 or 9886927. OLE color: 9886927.

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

Color convert

RGB 207 220 150 -
CMYK 0.06 0 0.32 0.14
HSL 71.14º 0.5% 0.73% -
HSV(B) 71.14º 0.32% 0.86% -
XYZ 56.83 66.65 38.72 -
YUV 208.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 207 220 150 0.06 0 0.32 0.14 71.14 0.5 0.73
Hex CF DC 96 6 0 20 E 47 32 49
Octal 317 334 226 6 0 40 16 107 62 111
Binary 11001111 11011100 10010110 110 0 100000 1110 1000111 110010 1001001

Color Harmonies of #CFDC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC96

Black with #CFDC96

Text Example


Text Example

White with #CFDC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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