Html Css Color HEX #C5DD96 Reef

📋 copy color: '#C5DD96'

red 197 ◦ green 221 ◦ blue 150

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

Shades of Reef #C5DD96

Tints of Reef #C5DD96

RGB

 RED value IS 197 (77.34% from 255) = 34.68%

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

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

R = 34.68%
G = 38.91%
B = 26.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#C5DD96 (or 0xC5DD96) is known color: Reef. HEX triplet: C5, DD and 96. RGB value is (197,221,150). Sum of RGB (Red+Green+Blue) = 197+221+150=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DD96 is #3A2269. Grayscale: #CDCDCD. Windows color (decimal): -3809898 or 9887173. OLE color: 9887173.

HSL color Cylindrical-coordinate representation of color #C5DD96: hue angle of 80.28º 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 #C5DD96 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 150 -
CMYK 0.11 0 0.32 0.13
HSL 80.28º 0.51% 0.73% -
HSV(B) 80.28º 0.32% 0.87% -
XYZ 54.39 65.79 38.69 -
YUV 205.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 197 221 150 0.11 0 0.32 0.13 80.28 0.51 0.73
Hex C5 DD 96 B 0 20 D 50 33 49
Octal 305 335 226 13 0 40 15 120 63 111
Binary 11000101 11011101 10010110 1011 0 100000 1101 1010000 110011 1001001

Color Harmonies of #C5DD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD96

Black with #C5DD96

Text Example


Text Example

White with #C5DD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD96; }

 p { color: rgb(197,221,150); }

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

background-color css

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

 a { background-color: rgb(197,221,150); }

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

border-color css

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

 span { border-color: rgb(197,221,150); }

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