Html Css Color HEX #95C502 Citrus

📋 copy color: '#95C502'

red 149 ◦ green 197 ◦ blue 2

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

Shades of Citrus #95C502

Tints of Citrus #95C502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 42.82%
G = 56.61%
B = 0.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#95C502 (or 0x95C502) is known color: Citrus. HEX triplet: 95, C5 and 02. RGB value is (149,197,2). Sum of RGB (Red+Green+Blue) = 149+197+2=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #95C502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C502 is #6A3AFD. Grayscale: #A1A1A1. Windows color (decimal): -6961918 or 181653. OLE color: 181653.

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

Color convert

RGB 149 197 2 -
CMYK 0.24 0 0.99 0.23
HSL 74.77º 0.98% 0.39% -
HSV(B) 74.77º 0.99% 0.77% -
XYZ 32.37 46.33 7.29 -
YUV 160.42 38.6 119.86 -
System Red Green Blue C M Y K H S L
Decimal 149 197 2 0.24 0 0.99 0.23 74.77 0.98 0.39
Hex 95 C5 2 18 0 63 17 4B 62 27
Octal 225 305 2 30 0 143 27 113 142 47
Binary 10010101 11000101 10 11000 0 1100011 10111 1001011 1100010 100111

Color Harmonies of #95C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C502

Black with #95C502

Text Example


Text Example

White with #95C502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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