Html Css Color HEX #95C003 Citrus

📋 copy color: '#95C003'

red 149 ◦ green 192 ◦ blue 3

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

Shades of Citrus #95C003

Tints of Citrus #95C003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.81%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 43.31%
G = 55.81%
B = 0.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#95C003 (or 0x95C003) is known color: Citrus. HEX triplet: 95, C0 and 03. RGB value is (149,192,3). Sum of RGB (Red+Green+Blue) = 149+192+3=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #95C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C003 is #6A3FFC. Grayscale: #9E9E9E. Windows color (decimal): -6963197 or 245909. OLE color: 245909.

HSL color Cylindrical-coordinate representation of color #95C003: hue angle of 73.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95C003 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 3 -
CMYK 0.22 0 0.98 0.25
HSL 73.65º 0.97% 0.38% -
HSV(B) 73.65º 0.98% 0.75% -
XYZ 31.26 44.1 6.95 -
YUV 157.6 40.75 121.87 -
System Red Green Blue C M Y K H S L
Decimal 149 192 3 0.22 0 0.98 0.25 73.65 0.97 0.38
Hex 95 C0 3 16 0 62 19 4A 61 26
Octal 225 300 3 26 0 142 31 112 141 46
Binary 10010101 11000000 11 10110 0 1100010 11001 1001010 1100001 100110

Color Harmonies of #95C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C003

Black with #95C003

Text Example


Text Example

White with #95C003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,3); }

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

background-color css

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

 a { background-color: rgb(149,192,3); }

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

border-color css

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

 span { border-color: rgb(149,192,3); }

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