Html Css Color HEX #C2FA5C Conifer

📋 copy color: '#C2FA5C'

red 194 ◦ green 250 ◦ blue 92

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

Shades of Conifer #C2FA5C

Tints of Conifer #C2FA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.16%

R = 36.19%
G = 46.64%
B = 17.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#C2FA5C (or 0xC2FA5C) is known color: Conifer. HEX triplet: C2, FA and 5C. RGB value is (194,250,92). Sum of RGB (Red+Green+Blue) = 194+250+92=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA5C is #3D05A3. Grayscale: #D7D7D7. Windows color (decimal): -3999140 or 6093506. OLE color: 6093506.

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

Color convert

RGB 194 250 92 -
CMYK 0.22 0 0.63 0.02
HSL 81.27º 0.94% 0.67% -
HSV(B) 81.27º 0.63% 0.98% -
XYZ 58.37 80.61 22.61 -
YUV 215.24 58.45 112.85 -
System Red Green Blue C M Y K H S L
Decimal 194 250 92 0.22 0 0.63 0.02 81.27 0.94 0.67
Hex C2 FA 5C 16 0 3F 2 51 5E 43
Octal 302 372 134 26 0 77 2 121 136 103
Binary 11000010 11111010 1011100 10110 0 111111 10 1010001 1011110 1000011

Color Harmonies of #C2FA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA5C

Black with #C2FA5C

Text Example


Text Example

White with #C2FA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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