Html Css Color HEX #C2DF96 Reef

📋 copy color: '#C2DF96'

red 194 ◦ green 223 ◦ blue 150

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

Shades of Reef #C2DF96

Tints of Reef #C2DF96

RGB

 RED value IS 194 (76.17% from 255) = 34.22%

 GREEN value IS 223 (87.5% from 255) = 39.33%

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

R = 34.22%
G = 39.33%
B = 26.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#C2DF96 (or 0xC2DF96) is known color: Reef. HEX triplet: C2, DF and 96. RGB value is (194,223,150). Sum of RGB (Red+Green+Blue) = 194+223+150=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DF96 is #3D2069. Grayscale: #CECECE. Windows color (decimal): -4005994 or 9887682. OLE color: 9887682.

HSL color Cylindrical-coordinate representation of color #C2DF96: hue angle of 83.84º degrees, saturation: 0.53, 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 #C2DF96 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 223 150 -
CMYK 0.13 0 0.33 0.13
HSL 83.84º 0.53% 0.73% -
HSV(B) 83.84º 0.33% 0.87% -
XYZ 54.14 66.45 38.83 -
YUV 206.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 194 223 150 0.13 0 0.33 0.13 83.84 0.53 0.73
Hex C2 DF 96 D 0 21 D 54 35 49
Octal 302 337 226 15 0 41 15 124 65 111
Binary 11000010 11011111 10010110 1101 0 100001 1101 1010100 110101 1001001

Color Harmonies of #C2DF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DF96

Black with #C2DF96

Text Example


Text Example

White with #C2DF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DF96; }

 p { color: rgb(194,223,150); }

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

background-color css

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

 a { background-color: rgb(194,223,150); }

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

border-color css

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

 span { border-color: rgb(194,223,150); }

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