Html Css Color HEX #95BD17 Citrus

📋 copy color: '#95BD17'

red 149 ◦ green 189 ◦ blue 23

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

Shades of Citrus #95BD17

Tints of Citrus #95BD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.37%

R = 41.27%
G = 52.35%
B = 6.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#95BD17 (or 0x95BD17) is known color: Citrus. HEX triplet: 95, BD and 17. RGB value is (149,189,23). Sum of RGB (Red+Green+Blue) = 149+189+23=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BD17 is #6A42E8. Grayscale: #9E9E9E. Windows color (decimal): -6963945 or 1555861. OLE color: 1555861.

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

Color convert

RGB 149 189 23 -
CMYK 0.21 0 0.88 0.26
HSL 74.46º 0.78% 0.42% -
HSV(B) 74.46º 0.88% 0.74% -
XYZ 30.75 42.85 7.46 -
YUV 158.12 51.75 121.5 -
System Red Green Blue C M Y K H S L
Decimal 149 189 23 0.21 0 0.88 0.26 74.46 0.78 0.42
Hex 95 BD 17 15 0 58 1A 4A 4E 2A
Octal 225 275 27 25 0 130 32 112 116 52
Binary 10010101 10111101 10111 10101 0 1011000 11010 1001010 1001110 101010

Color Harmonies of #95BD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BD17

Black with #95BD17

Text Example


Text Example

White with #95BD17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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