Html Css Color HEX #C2E152 Conifer

📋 copy color: '#C2E152'

red 194 ◦ green 225 ◦ blue 82

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

Shades of Conifer #C2E152

Tints of Conifer #C2E152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.91%

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

R = 38.72%
G = 44.91%
B = 16.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#C2E152 (or 0xC2E152) is known color: Conifer. HEX triplet: C2, E1 and 52. RGB value is (194,225,82). Sum of RGB (Red+Green+Blue) = 194+225+82=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E152 is #3D1EAD. Grayscale: #C7C7C7. Windows color (decimal): -4005550 or 5431746. OLE color: 5431746.

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

Color convert

RGB 194 225 82 -
CMYK 0.14 0 0.64 0.12
HSL 73.01º 0.7% 0.6% -
HSV(B) 73.01º 0.64% 0.88% -
XYZ 50.7 65.93 18.04 -
YUV 199.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 194 225 82 0.14 0 0.64 0.12 73.01 0.7 0.6
Hex C2 E1 52 E 0 40 C 49 46 3C
Octal 302 341 122 16 0 100 14 111 106 74
Binary 11000010 11100001 1010010 1110 0 1000000 1100 1001001 1000110 111100

Color Harmonies of #C2E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E152

Black with #C2E152

Text Example


Text Example

White with #C2E152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E152; }

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

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

background-color css

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

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

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

border-color css

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

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

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