Html Css Color HEX #C1FA50 Conifer

📋 copy color: '#C1FA50'

red 193 ◦ green 250 ◦ blue 80

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

Shades of Conifer #C1FA50

Tints of Conifer #C1FA50

RGB

 RED value IS 193 (75.78% from 255) = 36.9%

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

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 36.9%
G = 47.8%
B = 15.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#C1FA50 (or 0xC1FA50) is known color: Conifer. HEX triplet: C1, FA and 50. RGB value is (193,250,80). Sum of RGB (Red+Green+Blue) = 193+250+80=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FA50 is #3E05AF. Grayscale: #D6D6D6. Windows color (decimal): -4064688 or 5307073. OLE color: 5307073.

HSL color Cylindrical-coordinate representation of color #C1FA50: 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.68%. Process color model (Four color, CMYK) of #C1FA50 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 250 80 -
CMYK 0.23 0 0.68 0.02
HSL 80.12º 0.94% 0.65% -
HSV(B) 80.12º 0.68% 0.98% -
XYZ 57.63 80.29 20.05 -
YUV 213.58 52.62 113.32 -
System Red Green Blue C M Y K H S L
Decimal 193 250 80 0.23 0 0.68 0.02 80.12 0.94 0.65
Hex C1 FA 50 17 0 44 2 50 5E 41
Octal 301 372 120 27 0 104 2 120 136 101
Binary 11000001 11111010 1010000 10111 0 1000100 10 1010000 1011110 1000001

Color Harmonies of #C1FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FA50

Black with #C1FA50

Text Example


Text Example

White with #C1FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FA50; }

 p { color: rgb(193,250,80); }

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

background-color css

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

 a { background-color: rgb(193,250,80); }

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

border-color css

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

 span { border-color: rgb(193,250,80); }

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