Html Css Color HEX #C7DB95 Reef

📋 copy color: '#C7DB95'

red 199 ◦ green 219 ◦ blue 149

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

Shades of Reef #C7DB95

Tints of Reef #C7DB95

RGB

 RED value IS 199 (78.13% from 255) = 35.1%

 GREEN value IS 219 (85.94% from 255) = 38.62%

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

R = 35.1%
G = 38.62%
B = 26.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#C7DB95 (or 0xC7DB95) is known color: Reef. HEX triplet: C7, DB and 95. RGB value is (199,219,149). Sum of RGB (Red+Green+Blue) = 199+219+149=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DB95 is #38246A. Grayscale: #CDCDCD. Windows color (decimal): -3679339 or 9821127. OLE color: 9821127.

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

Color convert

RGB 199 219 149 -
CMYK 0.09 0 0.32 0.14
HSL 77.14º 0.49% 0.72% -
HSV(B) 77.14º 0.32% 0.86% -
XYZ 54.31 64.98 38.11 -
YUV 205.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 199 219 149 0.09 0 0.32 0.14 77.14 0.49 0.72
Hex C7 DB 95 9 0 20 E 4D 31 48
Octal 307 333 225 11 0 40 16 115 61 110
Binary 11000111 11011011 10010101 1001 0 100000 1110 1001101 110001 1001000

Color Harmonies of #C7DB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DB95

Black with #C7DB95

Text Example


Text Example

White with #C7DB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DB95; }

 p { color: rgb(199,219,149); }

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

background-color css

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

 a { background-color: rgb(199,219,149); }

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

border-color css

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

 span { border-color: rgb(199,219,149); }

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