Html Css Color HEX #C2EE95 Reef

📋 copy color: '#C2EE95'

red 194 ◦ green 238 ◦ blue 149

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

Shades of Reef #C2EE95

Tints of Reef #C2EE95

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.96%

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

R = 33.39%
G = 40.96%
B = 25.65%

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

#C2EE95 (or 0xC2EE95) is known color: Reef. HEX triplet: C2, EE and 95. RGB value is (194,238,149). Sum of RGB (Red+Green+Blue) = 194+238+149=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EE95 is #3D116A. Grayscale: #D7D7D7. Windows color (decimal): -4002155 or 9825986. OLE color: 9825986.

HSL color Cylindrical-coordinate representation of color #C2EE95: hue angle of 89.66º degrees, saturation: 0.72, 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 #C2EE95 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 238 149 -
CMYK 0.18 0 0.37 0.07
HSL 89.66º 0.72% 0.76% -
HSV(B) 89.66º 0.37% 0.93% -
XYZ 58.25 74.79 39.8 -
YUV 214.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 194 238 149 0.18 0 0.37 0.07 89.66 0.72 0.76
Hex C2 EE 95 12 0 25 7 5A 48 4C
Octal 302 356 225 22 0 45 7 132 110 114
Binary 11000010 11101110 10010101 10010 0 100101 111 1011010 1001000 1001100

Color Harmonies of #C2EE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EE95

Black with #C2EE95

Text Example


Text Example

White with #C2EE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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