Html Css Color HEX #C2E996 Reef

📋 copy color: '#C2E996'

red 194 ◦ green 233 ◦ blue 150

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

Shades of Reef #C2E996

Tints of Reef #C2E996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.38%

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

R = 33.62%
G = 40.38%
B = 26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#C2E996 (or 0xC2E996) is known color: Reef. HEX triplet: C2, E9 and 96. RGB value is (194,233,150). Sum of RGB (Red+Green+Blue) = 194+233+150=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E996 is #3D1669. Grayscale: #D4D4D4. Windows color (decimal): -4003434 or 9890242. OLE color: 9890242.

HSL color Cylindrical-coordinate representation of color #C2E996: hue angle of 88.19º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2E996 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 150 -
CMYK 0.17 0 0.36 0.09
HSL 88.19º 0.65% 0.75% -
HSV(B) 88.19º 0.36% 0.91% -
XYZ 56.89 71.95 39.74 -
YUV 211.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 194 233 150 0.17 0 0.36 0.09 88.19 0.65 0.75
Hex C2 E9 96 11 0 24 9 58 41 4B
Octal 302 351 226 21 0 44 11 130 101 113
Binary 11000010 11101001 10010110 10001 0 100100 1001 1011000 1000001 1001011

Color Harmonies of #C2E996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E996

Black with #C2E996

Text Example


Text Example

White with #C2E996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E996; }

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

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

background-color css

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

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

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

border-color css

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

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

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