Html Css Color HEX #95CA2D Yellow Green

📋 copy color: '#95CA2D'

red 149 ◦ green 202 ◦ blue 45

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

Shades of Yellow Green #95CA2D

Tints of Yellow Green #95CA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 37.63%
G = 51.01%
B = 11.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#95CA2D (or 0x95CA2D) is known color: Yellow Green. HEX triplet: 95, CA and 2D. RGB value is (149,202,45). Sum of RGB (Red+Green+Blue) = 149+202+45=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA2D is #6A35D2. Grayscale: #A8A8A8. Windows color (decimal): -6960595 or 3000981. OLE color: 3000981.

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

Color convert

RGB 149 202 45 -
CMYK 0.26 0 0.78 0.21
HSL 80.25º 0.64% 0.48% -
HSV(B) 80.25º 0.78% 0.79% -
XYZ 33.99 48.82 10.11 -
YUV 168.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 149 202 45 0.26 0 0.78 0.21 80.25 0.64 0.48
Hex 95 CA 2D 1A 0 4E 15 50 40 30
Octal 225 312 55 32 0 116 25 120 100 60
Binary 10010101 11001010 101101 11010 0 1001110 10101 1010000 1000000 110000

Color Harmonies of #95CA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA2D

Black with #95CA2D

Text Example


Text Example

White with #95CA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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