Html Css Color HEX #95C203 Citrus

📋 copy color: '#95C203'

red 149 ◦ green 194 ◦ blue 3

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

Shades of Citrus #95C203

Tints of Citrus #95C203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.07%

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

R = 43.06%
G = 56.07%
B = 0.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#95C203 (or 0x95C203) is known color: Citrus. HEX triplet: 95, C2 and 03. RGB value is (149,194,3). Sum of RGB (Red+Green+Blue) = 149+194+3=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #95C203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C203 is #6A3DFC. Grayscale: #9F9F9F. Windows color (decimal): -6962685 or 246421. OLE color: 246421.

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

Color convert

RGB 149 194 3 -
CMYK 0.23 0 0.98 0.24
HSL 74.14º 0.97% 0.39% -
HSV(B) 74.14º 0.98% 0.76% -
XYZ 31.7 44.98 7.1 -
YUV 158.77 40.09 121.03 -
System Red Green Blue C M Y K H S L
Decimal 149 194 3 0.23 0 0.98 0.24 74.14 0.97 0.39
Hex 95 C2 3 17 0 62 18 4A 61 27
Octal 225 302 3 27 0 142 30 112 141 47
Binary 10010101 11000010 11 10111 0 1100010 11000 1001010 1100001 100111

Color Harmonies of #95C203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C203

Black with #95C203

Text Example


Text Example

White with #95C203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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