Html Css Color HEX #95C507 Citrus

📋 copy color: '#95C507'

red 149 ◦ green 197 ◦ blue 7

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

Shades of Citrus #95C507

Tints of Citrus #95C507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 42.21%
G = 55.81%
B = 1.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#95C507 (or 0x95C507) is known color: Citrus. HEX triplet: 95, C5 and 07. RGB value is (149,197,7). Sum of RGB (Red+Green+Blue) = 149+197+7=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #95C507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C507 is #6A3AF8. Grayscale: #A1A1A1. Windows color (decimal): -6961913 or 509333. OLE color: 509333.

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

Color convert

RGB 149 197 7 -
CMYK 0.24 0 0.96 0.23
HSL 75.16º 0.93% 0.4% -
HSV(B) 75.16º 0.96% 0.77% -
XYZ 32.4 46.34 7.44 -
YUV 160.99 41.1 119.45 -
System Red Green Blue C M Y K H S L
Decimal 149 197 7 0.24 0 0.96 0.23 75.16 0.93 0.4
Hex 95 C5 7 18 0 60 17 4B 5D 28
Octal 225 305 7 30 0 140 27 113 135 50
Binary 10010101 11000101 111 11000 0 1100000 10111 1001011 1011101 101000

Color Harmonies of #95C507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C507

Black with #95C507

Text Example


Text Example

White with #95C507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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