Html Css Color HEX #C0FA50 Conifer

📋 copy color: '#C0FA50'

red 192 ◦ green 250 ◦ blue 80

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

Shades of Conifer #C0FA50

Tints of Conifer #C0FA50

RGB

 RED value IS 192 (75.39% from 255) = 36.78%

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

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

R = 36.78%
G = 47.89%
B = 15.33%

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

#C0FA50 (or 0xC0FA50) is known color: Conifer. HEX triplet: C0, FA and 50. RGB value is (192,250,80). Sum of RGB (Red+Green+Blue) = 192+250+80=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA50 is #3F05AF. Grayscale: #D5D5D5. Windows color (decimal): -4130224 or 5307072. OLE color: 5307072.

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

Color convert

RGB 192 250 80 -
CMYK 0.23 0 0.68 0.02
HSL 80.47º 0.94% 0.65% -
HSV(B) 80.47º 0.68% 0.98% -
XYZ 57.37 80.16 20.04 -
YUV 213.28 52.78 112.82 -
System Red Green Blue C M Y K H S L
Decimal 192 250 80 0.23 0 0.68 0.02 80.47 0.94 0.65
Hex C0 FA 50 17 0 44 2 50 5E 41
Octal 300 372 120 27 0 104 2 120 136 101
Binary 11000000 11111010 1010000 10111 0 1000100 10 1010000 1011110 1000001

Color Harmonies of #C0FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA50

Black with #C0FA50

Text Example


Text Example

White with #C0FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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