Html Css Color HEX #C2E695 Reef

📋 copy color: '#C2E695'

red 194 ◦ green 230 ◦ blue 149

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

Shades of Reef #C2E695

Tints of Reef #C2E695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.14%

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

R = 33.86%
G = 40.14%
B = 26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#C2E695 (or 0xC2E695) is known color: Reef. HEX triplet: C2, E6 and 95. RGB value is (194,230,149). Sum of RGB (Red+Green+Blue) = 194+230+149=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E695 is #3D196A. Grayscale: #D2D2D2. Windows color (decimal): -4004203 or 9823938. OLE color: 9823938.

HSL color Cylindrical-coordinate representation of color #C2E695: hue angle of 86.67º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2E695 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 230 149 -
CMYK 0.16 0 0.35 0.10
HSL 86.67º 0.62% 0.74% -
HSV(B) 86.67º 0.35% 0.9% -
XYZ 55.97 70.23 39.04 -
YUV 210 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 194 230 149 0.16 0 0.35 0.10 86.67 0.62 0.74
Hex C2 E6 95 10 0 23 A 57 3E 4A
Octal 302 346 225 20 0 43 12 127 76 112
Binary 11000010 11100110 10010101 10000 0 100011 1010 1010111 111110 1001010

Color Harmonies of #C2E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E695

Black with #C2E695

Text Example


Text Example

White with #C2E695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E695; }

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

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

background-color css

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

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

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

border-color css

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

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

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