Html Css Color HEX #C2ED95 Reef

📋 copy color: '#C2ED95'

red 194 ◦ green 237 ◦ blue 149

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

Shades of Reef #C2ED95

Tints of Reef #C2ED95

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.86%

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

R = 33.45%
G = 40.86%
B = 25.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#C2ED95 (or 0xC2ED95) is known color: Reef. HEX triplet: C2, ED and 95. RGB value is (194,237,149). Sum of RGB (Red+Green+Blue) = 194+237+149=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2ED95 is #3D126A. Grayscale: #D6D6D6. Windows color (decimal): -4002411 or 9825730. OLE color: 9825730.

HSL color Cylindrical-coordinate representation of color #C2ED95: hue angle of 89.32º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2ED95 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 149 -
CMYK 0.18 0 0.37 0.07
HSL 89.32º 0.71% 0.76% -
HSV(B) 89.32º 0.37% 0.93% -
XYZ 57.96 74.21 39.7 -
YUV 214.11 91.25 113.66 -
System Red Green Blue C M Y K H S L
Decimal 194 237 149 0.18 0 0.37 0.07 89.32 0.71 0.76
Hex C2 ED 95 12 0 25 7 59 47 4C
Octal 302 355 225 22 0 45 7 131 107 114
Binary 11000010 11101101 10010101 10010 0 100101 111 1011001 1000111 1001100

Color Harmonies of #C2ED95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED95

Black with #C2ED95

Text Example


Text Example

White with #C2ED95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED95; }

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

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

background-color css

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

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

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

border-color css

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

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

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