Html Css Color HEX #95C302 Citrus

📋 copy color: '#95C302'

red 149 ◦ green 195 ◦ blue 2

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

Shades of Citrus #95C302

Tints of Citrus #95C302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.36%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 43.06%
G = 56.36%
B = 0.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#95C302 (or 0x95C302) is known color: Citrus. HEX triplet: 95, C3 and 02. RGB value is (149,195,2). Sum of RGB (Red+Green+Blue) = 149+195+2=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #95C302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C302 is #6A3CFD. Grayscale: #9F9F9F. Windows color (decimal): -6962430 or 181141. OLE color: 181141.

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

Color convert

RGB 149 195 2 -
CMYK 0.24 0 0.99 0.24
HSL 74.3º 0.98% 0.39% -
HSV(B) 74.3º 0.99% 0.76% -
XYZ 31.92 45.42 7.14 -
YUV 159.24 39.26 120.69 -
System Red Green Blue C M Y K H S L
Decimal 149 195 2 0.24 0 0.99 0.24 74.3 0.98 0.39
Hex 95 C3 2 18 0 63 18 4A 62 27
Octal 225 303 2 30 0 143 30 112 142 47
Binary 10010101 11000011 10 11000 0 1100011 11000 1001010 1100010 100111

Color Harmonies of #95C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C302

Black with #95C302

Text Example


Text Example

White with #95C302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,195,2); }

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

background-color css

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

 a { background-color: rgb(149,195,2); }

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

border-color css

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

 span { border-color: rgb(149,195,2); }

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