Html Css Color HEX #95C014 Citrus

📋 copy color: '#95C014'

red 149 ◦ green 192 ◦ blue 20

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

Shades of Citrus #95C014

Tints of Citrus #95C014

RGB

 RED value IS 149 (58.59% from 255) = 41.27%

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 41.27%
G = 53.19%
B = 5.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#95C014 (or 0x95C014) is known color: Citrus. HEX triplet: 95, C0 and 14. RGB value is (149,192,20). Sum of RGB (Red+Green+Blue) = 149+192+20=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #95C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C014 is #6A3FEB. Grayscale: #A0A0A0. Windows color (decimal): -6963180 or 1360021. OLE color: 1360021.

HSL color Cylindrical-coordinate representation of color #95C014: hue angle of 75º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95C014 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 20 -
CMYK 0.22 0 0.90 0.25
HSL 75º 0.81% 0.42% -
HSV(B) 75º 0.9% 0.75% -
XYZ 31.37 44.14 7.53 -
YUV 159.54 49.25 120.49 -
System Red Green Blue C M Y K H S L
Decimal 149 192 20 0.22 0 0.90 0.25 75 0.81 0.42
Hex 95 C0 14 16 0 5A 19 4B 51 2A
Octal 225 300 24 26 0 132 31 113 121 52
Binary 10010101 11000000 10100 10110 0 1011010 11001 1001011 1010001 101010

Color Harmonies of #95C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C014

Black with #95C014

Text Example


Text Example

White with #95C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C014; }

 p { color: rgb(149,192,20); }

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

background-color css

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

 a { background-color: rgb(149,192,20); }

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

border-color css

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

 span { border-color: rgb(149,192,20); }

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