Html Css Color HEX #C2FA53 Conifer

📋 copy color: '#C2FA53'

red 194 ◦ green 250 ◦ blue 83

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

Shades of Conifer #C2FA53

Tints of Conifer #C2FA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.75%

R = 36.81%
G = 47.44%
B = 15.75%

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

#C2FA53 (or 0xC2FA53) is known color: Conifer. HEX triplet: C2, FA and 53. RGB value is (194,250,83). Sum of RGB (Red+Green+Blue) = 194+250+83=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA53 is #3D05AC. Grayscale: #D6D6D6. Windows color (decimal): -3999149 or 5503682. OLE color: 5503682.

HSL color Cylindrical-coordinate representation of color #C2FA53: hue angle of 80.12º 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 #C2FA53 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 83 -
CMYK 0.22 0 0.67 0.02
HSL 80.12º 0.94% 0.65% -
HSV(B) 80.12º 0.67% 0.98% -
XYZ 58 80.47 20.66 -
YUV 214.22 53.95 113.58 -
System Red Green Blue C M Y K H S L
Decimal 194 250 83 0.22 0 0.67 0.02 80.12 0.94 0.65
Hex C2 FA 53 16 0 43 2 50 5E 41
Octal 302 372 123 26 0 103 2 120 136 101
Binary 11000010 11111010 1010011 10110 0 1000011 10 1010000 1011110 1000001

Color Harmonies of #C2FA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA53

Black with #C2FA53

Text Example


Text Example

White with #C2FA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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