Html Css Color HEX #95C403 Citrus

📋 copy color: '#95C403'

red 149 ◦ green 196 ◦ blue 3

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

Shades of Citrus #95C403

Tints of Citrus #95C403

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.32%

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

R = 42.82%
G = 56.32%
B = 0.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#95C403 (or 0x95C403) is known color: Citrus. HEX triplet: 95, C4 and 03. RGB value is (149,196,3). Sum of RGB (Red+Green+Blue) = 149+196+3=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #95C403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C403 is #6A3BFC. Grayscale: #A0A0A0. Windows color (decimal): -6962173 or 246933. OLE color: 246933.

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

Color convert

RGB 149 196 3 -
CMYK 0.24 0 0.98 0.23
HSL 74.61º 0.97% 0.39% -
HSV(B) 74.61º 0.98% 0.77% -
XYZ 32.15 45.88 7.25 -
YUV 159.95 39.43 120.19 -
System Red Green Blue C M Y K H S L
Decimal 149 196 3 0.24 0 0.98 0.23 74.61 0.97 0.39
Hex 95 C4 3 18 0 62 17 4B 61 27
Octal 225 304 3 30 0 142 27 113 141 47
Binary 10010101 11000100 11 11000 0 1100010 10111 1001011 1100001 100111

Color Harmonies of #95C403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C403

Black with #95C403

Text Example


Text Example

White with #95C403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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