Html Css Color HEX #95CA2E Yellow Green

📋 copy color: '#95CA2E'

red 149 ◦ green 202 ◦ blue 46

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

Shades of Yellow Green #95CA2E

Tints of Yellow Green #95CA2E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.88%

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 37.53%
G = 50.88%
B = 11.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#95CA2E (or 0x95CA2E) is known color: Yellow Green. HEX triplet: 95, CA and 2E. RGB value is (149,202,46). Sum of RGB (Red+Green+Blue) = 149+202+46=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA2E is #6A35D1. Grayscale: #A8A8A8. Windows color (decimal): -6960594 or 3066517. OLE color: 3066517.

HSL color Cylindrical-coordinate representation of color #95CA2E: hue angle of 80.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95CA2E is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 46 -
CMYK 0.26 0 0.77 0.21
HSL 80.38º 0.63% 0.49% -
HSV(B) 80.38º 0.77% 0.79% -
XYZ 34.01 48.83 10.22 -
YUV 168.37 58.94 114.18 -
System Red Green Blue C M Y K H S L
Decimal 149 202 46 0.26 0 0.77 0.21 80.38 0.63 0.49
Hex 95 CA 2E 1A 0 4D 15 50 3F 31
Octal 225 312 56 32 0 115 25 120 77 61
Binary 10010101 11001010 101110 11010 0 1001101 10101 1010000 111111 110001

Color Harmonies of #95CA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA2E

Black with #95CA2E

Text Example


Text Example

White with #95CA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,202,46); }

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

background-color css

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

 a { background-color: rgb(149,202,46); }

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

border-color css

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

 span { border-color: rgb(149,202,46); }

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