Html Css Color HEX #95C417 Citrus

📋 copy color: '#95C417'

red 149 ◦ green 196 ◦ blue 23

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

Shades of Citrus #95C417

Tints of Citrus #95C417

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.26%

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

R = 40.49%
G = 53.26%
B = 6.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#95C417 (or 0x95C417) is known color: Citrus. HEX triplet: 95, C4 and 17. RGB value is (149,196,23). Sum of RGB (Red+Green+Blue) = 149+196+23=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 196 (76.95% from 255 or 53.26% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 196 - color contains mainly: green. Hex color #95C417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C417 is #6A3BE8. Grayscale: #A2A2A2. Windows color (decimal): -6962153 or 1557653. OLE color: 1557653.

HSL color Cylindrical-coordinate representation of color #95C417: hue angle of 76.3º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95C417 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 196 23 -
CMYK 0.24 0 0.88 0.23
HSL 76.3º 0.79% 0.43% -
HSV(B) 76.3º 0.88% 0.77% -
XYZ 32.29 45.93 7.97 -
YUV 162.23 49.43 118.57 -
System Red Green Blue C M Y K H S L
Decimal 149 196 23 0.24 0 0.88 0.23 76.3 0.79 0.43
Hex 95 C4 17 18 0 58 17 4C 4F 2B
Octal 225 304 27 30 0 130 27 114 117 53
Binary 10010101 11000100 10111 11000 0 1011000 10111 1001100 1001111 101011

Color Harmonies of #95C417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C417

Black with #95C417

Text Example


Text Example

White with #95C417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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