Html Css Color HEX #95BD19 Citrus

📋 copy color: '#95BD19'

red 149 ◦ green 189 ◦ blue 25

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

Shades of Citrus #95BD19

Tints of Citrus #95BD19

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.07%

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 41.05%
G = 52.07%
B = 6.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#95BD19 (or 0x95BD19) is known color: Citrus. HEX triplet: 95, BD and 19. RGB value is (149,189,25). Sum of RGB (Red+Green+Blue) = 149+189+25=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BD19 is #6A42E6. Grayscale: #9E9E9E. Windows color (decimal): -6963943 or 1686933. OLE color: 1686933.

HSL color Cylindrical-coordinate representation of color #95BD19: hue angle of 74.63º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95BD19 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 189 25 -
CMYK 0.21 0 0.87 0.26
HSL 74.63º 0.77% 0.42% -
HSV(B) 74.63º 0.87% 0.74% -
XYZ 30.77 42.85 7.57 -
YUV 158.34 52.75 121.34 -
System Red Green Blue C M Y K H S L
Decimal 149 189 25 0.21 0 0.87 0.26 74.63 0.77 0.42
Hex 95 BD 19 15 0 57 1A 4B 4D 2A
Octal 225 275 31 25 0 127 32 113 115 52
Binary 10010101 10111101 11001 10101 0 1010111 11010 1001011 1001101 101010

Color Harmonies of #95BD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD19

Black with #95BD19

Text Example


Text Example

White with #95BD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,189,25); }

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

background-color css

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

 a { background-color: rgb(149,189,25); }

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

border-color css

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

 span { border-color: rgb(149,189,25); }

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