Html Css Color HEX #95C515 Citrus

📋 copy color: '#95C515'

red 149 ◦ green 197 ◦ blue 21

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

Shades of Citrus #95C515

Tints of Citrus #95C515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.68%

 BLUE value IS 21 (8.59% from 255) = 5.72%

R = 40.6%
G = 53.68%
B = 5.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#95C515 (or 0x95C515) is known color: Citrus. HEX triplet: 95, C5 and 15. RGB value is (149,197,21). Sum of RGB (Red+Green+Blue) = 149+197+21=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #95C515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C515 is #6A3AEA. Grayscale: #A3A3A3. Windows color (decimal): -6961899 or 1426837. OLE color: 1426837.

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

Color convert

RGB 149 197 21 -
CMYK 0.24 0 0.89 0.23
HSL 76.36º 0.81% 0.43% -
HSV(B) 76.36º 0.89% 0.77% -
XYZ 32.5 46.38 7.95 -
YUV 162.58 48.1 118.31 -
System Red Green Blue C M Y K H S L
Decimal 149 197 21 0.24 0 0.89 0.23 76.36 0.81 0.43
Hex 95 C5 15 18 0 59 17 4C 51 2B
Octal 225 305 25 30 0 131 27 114 121 53
Binary 10010101 11000101 10101 11000 0 1011001 10111 1001100 1010001 101011

Color Harmonies of #95C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C515

Black with #95C515

Text Example


Text Example

White with #95C515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,197,21); }

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

background-color css

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

 a { background-color: rgb(149,197,21); }

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

border-color css

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

 span { border-color: rgb(149,197,21); }

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