Html Css Color HEX #95C113 Citrus

📋 copy color: '#95C113'

red 149 ◦ green 193 ◦ blue 19

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

Shades of Citrus #95C113

Tints of Citrus #95C113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.46%

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 41.27%
G = 53.46%
B = 5.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#95C113 (or 0x95C113) is known color: Citrus. HEX triplet: 95, C1 and 13. RGB value is (149,193,19). Sum of RGB (Red+Green+Blue) = 149+193+19=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #95C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C113 is #6A3EEC. Grayscale: #A0A0A0. Windows color (decimal): -6962925 or 1294741. OLE color: 1294741.

HSL color Cylindrical-coordinate representation of color #95C113: hue angle of 75.17º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95C113 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 19 -
CMYK 0.23 0 0.90 0.24
HSL 75.17º 0.82% 0.42% -
HSV(B) 75.17º 0.9% 0.76% -
XYZ 31.58 44.58 7.56 -
YUV 160.01 48.42 120.15 -
System Red Green Blue C M Y K H S L
Decimal 149 193 19 0.23 0 0.90 0.24 75.17 0.82 0.42
Hex 95 C1 13 17 0 5A 18 4B 52 2A
Octal 225 301 23 27 0 132 30 113 122 52
Binary 10010101 11000001 10011 10111 0 1011010 11000 1001011 1010010 101010

Color Harmonies of #95C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C113

Black with #95C113

Text Example


Text Example

White with #95C113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,193,19); }

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

background-color css

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

 a { background-color: rgb(149,193,19); }

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

border-color css

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

 span { border-color: rgb(149,193,19); }

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