Html Css Color HEX #C2E252 Conifer

📋 copy color: '#C2E252'

red 194 ◦ green 226 ◦ blue 82

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

Shades of Conifer #C2E252

Tints of Conifer #C2E252

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.02%

 BLUE value IS 82 (32.42% from 255) = 16.33%

R = 38.65%
G = 45.02%
B = 16.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#C2E252 (or 0xC2E252) is known color: Conifer. HEX triplet: C2, E2 and 52. RGB value is (194,226,82). Sum of RGB (Red+Green+Blue) = 194+226+82=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E252 is #3D1DAD. Grayscale: #C8C8C8. Windows color (decimal): -4005294 or 5432002. OLE color: 5432002.

HSL color Cylindrical-coordinate representation of color #C2E252: hue angle of 73.33º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2E252 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 226 82 -
CMYK 0.14 0 0.64 0.11
HSL 73.33º 0.71% 0.6% -
HSV(B) 73.33º 0.64% 0.89% -
XYZ 50.97 66.47 18.13 -
YUV 200.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 194 226 82 0.14 0 0.64 0.11 73.33 0.71 0.6
Hex C2 E2 52 E 0 40 B 49 47 3C
Octal 302 342 122 16 0 100 13 111 107 74
Binary 11000010 11100010 1010010 1110 0 1000000 1011 1001001 1000111 111100

Color Harmonies of #C2E252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E252

Black with #C2E252

Text Example


Text Example

White with #C2E252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E252; }

 p { color: rgb(194,226,82); }

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

background-color css

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

 a { background-color: rgb(194,226,82); }

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

border-color css

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

 span { border-color: rgb(194,226,82); }

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