Html Css Color HEX #95C50C Citrus

📋 copy color: '#95C50C'

red 149 ◦ green 197 ◦ blue 12

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

Shades of Citrus #95C50C

Tints of Citrus #95C50C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 41.62%
G = 55.03%
B = 3.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#95C50C (or 0x95C50C) is known color: Citrus. HEX triplet: 95, C5 and 0C. RGB value is (149,197,12). Sum of RGB (Red+Green+Blue) = 149+197+12=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #95C50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C50C is #6A3AF3. Grayscale: #A2A2A2. Windows color (decimal): -6961908 or 837013. OLE color: 837013.

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

Color convert

RGB 149 197 12 -
CMYK 0.24 0 0.94 0.23
HSL 75.57º 0.89% 0.41% -
HSV(B) 75.57º 0.94% 0.77% -
XYZ 32.43 46.35 7.58 -
YUV 161.56 43.6 119.04 -
System Red Green Blue C M Y K H S L
Decimal 149 197 12 0.24 0 0.94 0.23 75.57 0.89 0.41
Hex 95 C5 C 18 0 5E 17 4C 59 29
Octal 225 305 14 30 0 136 27 114 131 51
Binary 10010101 11000101 1100 11000 0 1011110 10111 1001100 1011001 101001

Color Harmonies of #95C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C50C

Black with #95C50C

Text Example


Text Example

White with #95C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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