Html Css Color HEX #95C110 Citrus

📋 copy color: '#95C110'

red 149 ◦ green 193 ◦ blue 16

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

Shades of Citrus #95C110

Tints of Citrus #95C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 41.62%
G = 53.91%
B = 4.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#95C110 (or 0x95C110) is known color: Citrus. HEX triplet: 95, C1 and 10. RGB value is (149,193,16). Sum of RGB (Red+Green+Blue) = 149+193+16=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #95C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C110 is #6A3EEF. Grayscale: #A0A0A0. Windows color (decimal): -6962928 or 1098133. OLE color: 1098133.

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

Color convert

RGB 149 193 16 -
CMYK 0.23 0 0.92 0.24
HSL 74.92º 0.85% 0.41% -
HSV(B) 74.92º 0.92% 0.76% -
XYZ 31.56 44.57 7.43 -
YUV 159.67 46.92 120.39 -
System Red Green Blue C M Y K H S L
Decimal 149 193 16 0.23 0 0.92 0.24 74.92 0.85 0.41
Hex 95 C1 10 17 0 5C 18 4B 55 29
Octal 225 301 20 27 0 134 30 113 125 51
Binary 10010101 11000001 10000 10111 0 1011100 11000 1001011 1010101 101001

Color Harmonies of #95C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C110

Black with #95C110

Text Example


Text Example

White with #95C110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,193,16); }

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

background-color css

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

 a { background-color: rgb(149,193,16); }

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

border-color css

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

 span { border-color: rgb(149,193,16); }

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