Html Css Color HEX #C2E395 Reef

📋 copy color: '#C2E395'

red 194 ◦ green 227 ◦ blue 149

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

Shades of Reef #C2E395

Tints of Reef #C2E395

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.82%

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

R = 34.04%
G = 39.82%
B = 26.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#C2E395 (or 0xC2E395) is known color: Reef. HEX triplet: C2, E3 and 95. RGB value is (194,227,149). Sum of RGB (Red+Green+Blue) = 194+227+149=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E395 is #3D1C6A. Grayscale: #D0D0D0. Windows color (decimal): -4004971 or 9823170. OLE color: 9823170.

HSL color Cylindrical-coordinate representation of color #C2E395: hue angle of 85.38º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2E395 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 227 149 -
CMYK 0.15 0 0.34 0.11
HSL 85.38º 0.58% 0.74% -
HSV(B) 85.38º 0.34% 0.89% -
XYZ 55.14 68.58 38.76 -
YUV 208.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 194 227 149 0.15 0 0.34 0.11 85.38 0.58 0.74
Hex C2 E3 95 F 0 22 B 55 3A 4A
Octal 302 343 225 17 0 42 13 125 72 112
Binary 11000010 11100011 10010101 1111 0 100010 1011 1010101 111010 1001010

Color Harmonies of #C2E395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E395

Black with #C2E395

Text Example


Text Example

White with #C2E395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E395; }

 p { color: rgb(194,227,149); }

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

background-color css

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

 a { background-color: rgb(194,227,149); }

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

border-color css

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

 span { border-color: rgb(194,227,149); }

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