Html Css Color HEX #C2F152 Conifer

📋 copy color: '#C2F152'

red 194 ◦ green 241 ◦ blue 82

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

Shades of Conifer #C2F152

Tints of Conifer #C2F152

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.62%

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

R = 37.52%
G = 46.62%
B = 15.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#C2F152 (or 0xC2F152) is known color: Conifer. HEX triplet: C2, F1 and 52. RGB value is (194,241,82). Sum of RGB (Red+Green+Blue) = 194+241+82=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F152 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F152 is #3D0EAD. Grayscale: #D1D1D1. Windows color (decimal): -4001454 or 5435842. OLE color: 5435842.

HSL color Cylindrical-coordinate representation of color #C2F152: hue angle of 77.74º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2F152 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 82 -
CMYK 0.20 0 0.66 0.05
HSL 77.74º 0.85% 0.63% -
HSV(B) 77.74º 0.66% 0.95% -
XYZ 55.23 74.99 19.55 -
YUV 208.82 56.43 117.43 -
System Red Green Blue C M Y K H S L
Decimal 194 241 82 0.20 0 0.66 0.05 77.74 0.85 0.63
Hex C2 F1 52 14 0 42 5 4E 55 3F
Octal 302 361 122 24 0 102 5 116 125 77
Binary 11000010 11110001 1010010 10100 0 1000010 101 1001110 1010101 111111

Color Harmonies of #C2F152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F152

Black with #C2F152

Text Example


Text Example

White with #C2F152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F152; }

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

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

background-color css

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

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

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

border-color css

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

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

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