Html Css Color HEX #C0FA5A Conifer

📋 copy color: '#C0FA5A'

red 192 ◦ green 250 ◦ blue 90

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

Shades of Conifer #C0FA5A

Tints of Conifer #C0FA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.92%

R = 36.09%
G = 46.99%
B = 16.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#C0FA5A (or 0xC0FA5A) is known color: Conifer. HEX triplet: C0, FA and 5A. RGB value is (192,250,90). Sum of RGB (Red+Green+Blue) = 192+250+90=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FA5A is #3F05A5. Grayscale: #D7D7D7. Windows color (decimal): -4130214 or 5962432. OLE color: 5962432.

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

Color convert

RGB 192 250 90 -
CMYK 0.23 0 0.64 0.02
HSL 81.75º 0.94% 0.67% -
HSV(B) 81.75º 0.64% 0.98% -
XYZ 57.77 80.32 22.13 -
YUV 214.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 192 250 90 0.23 0 0.64 0.02 81.75 0.94 0.67
Hex C0 FA 5A 17 0 40 2 52 5E 43
Octal 300 372 132 27 0 100 2 122 136 103
Binary 11000000 11111010 1011010 10111 0 1000000 10 1010010 1011110 1000011

Color Harmonies of #C0FA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FA5A

Black with #C0FA5A

Text Example


Text Example

White with #C0FA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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