Html Css Color HEX #C2FA52 Conifer

📋 copy color: '#C2FA52'

red 194 ◦ green 250 ◦ blue 82

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

Shades of Conifer #C2FA52

Tints of Conifer #C2FA52

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.53%

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

R = 36.88%
G = 47.53%
B = 15.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#C2FA52 (or 0xC2FA52) is known color: Conifer. HEX triplet: C2, FA and 52. RGB value is (194,250,82). Sum of RGB (Red+Green+Blue) = 194+250+82=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA52 is #3D05AD. Grayscale: #D6D6D6. Windows color (decimal): -3999150 or 5438146. OLE color: 5438146.

HSL color Cylindrical-coordinate representation of color #C2FA52: hue angle of 80º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2FA52 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 82 -
CMYK 0.22 0 0.67 0.02
HSL 80º 0.94% 0.65% -
HSV(B) 80º 0.67% 0.98% -
XYZ 57.96 80.45 20.46 -
YUV 214.1 53.45 113.66 -
System Red Green Blue C M Y K H S L
Decimal 194 250 82 0.22 0 0.67 0.02 80 0.94 0.65
Hex C2 FA 52 16 0 43 2 50 5E 41
Octal 302 372 122 26 0 103 2 120 136 101
Binary 11000010 11111010 1010010 10110 0 1000011 10 1010000 1011110 1000001

Color Harmonies of #C2FA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA52

Black with #C2FA52

Text Example


Text Example

White with #C2FA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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