Html Css Color HEX #C8DD95 Reef

📋 copy color: '#C8DD95'

red 200 ◦ green 221 ◦ blue 149

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

Shades of Reef #C8DD95

Tints of Reef #C8DD95

RGB

 RED value IS 200 (78.52% from 255) = 35.09%

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

 BLUE value IS 149 (58.59% from 255) = 26.14%

R = 35.09%
G = 38.77%
B = 26.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#C8DD95 (or 0xC8DD95) is known color: Reef. HEX triplet: C8, DD and 95. RGB value is (200,221,149). Sum of RGB (Red+Green+Blue) = 200+221+149=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD95 is #37226A. Grayscale: #CECECE. Windows color (decimal): -3613291 or 9821640. OLE color: 9821640.

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

Color convert

RGB 200 221 149 -
CMYK 0.10 0 0.33 0.13
HSL 77.5º 0.51% 0.73% -
HSV(B) 77.5º 0.33% 0.87% -
XYZ 55.1 66.16 38.3 -
YUV 206.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 200 221 149 0.10 0 0.33 0.13 77.5 0.51 0.73
Hex C8 DD 95 A 0 21 D 4E 33 49
Octal 310 335 225 12 0 41 15 116 63 111
Binary 11001000 11011101 10010101 1010 0 100001 1101 1001110 110011 1001001

Color Harmonies of #C8DD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DD95

Black with #C8DD95

Text Example


Text Example

White with #C8DD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DD95; }

 p { color: rgb(200,221,149); }

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

background-color css

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

 a { background-color: rgb(200,221,149); }

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

border-color css

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

 span { border-color: rgb(200,221,149); }

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