Html Css Color HEX #C2EF95 Reef

📋 copy color: '#C2EF95'

red 194 ◦ green 239 ◦ blue 149

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

Shades of Reef #C2EF95

Tints of Reef #C2EF95

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.07%

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

R = 33.33%
G = 41.07%
B = 25.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#C2EF95 (or 0xC2EF95) is known color: Reef. HEX triplet: C2, EF and 95. RGB value is (194,239,149). Sum of RGB (Red+Green+Blue) = 194+239+149=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EF95 is #3D106A. Grayscale: #D7D7D7. Windows color (decimal): -4001899 or 9826242. OLE color: 9826242.

HSL color Cylindrical-coordinate representation of color #C2EF95: hue angle of 90º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2EF95 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 149 -
CMYK 0.19 0 0.38 0.06
HSL 90º 0.74% 0.76% -
HSV(B) 90º 0.38% 0.94% -
XYZ 58.54 75.37 39.9 -
YUV 215.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 194 239 149 0.19 0 0.38 0.06 90 0.74 0.76
Hex C2 EF 95 13 0 26 6 5A 4A 4C
Octal 302 357 225 23 0 46 6 132 112 114
Binary 11000010 11101111 10010101 10011 0 100110 110 1011010 1001010 1001100

Color Harmonies of #C2EF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EF95

Black with #C2EF95

Text Example


Text Example

White with #C2EF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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