Html Css Color HEX #95CA26 Yellow Green

📋 copy color: '#95CA26'

red 149 ◦ green 202 ◦ blue 38

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

Shades of Yellow Green #95CA26

Tints of Yellow Green #95CA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.77%

R = 38.3%
G = 51.93%
B = 9.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#95CA26 (or 0x95CA26) is known color: Yellow Green. HEX triplet: 95, CA and 26. RGB value is (149,202,38). Sum of RGB (Red+Green+Blue) = 149+202+38=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA26 is #6A35D9. Grayscale: #A8A8A8. Windows color (decimal): -6960602 or 2542229. OLE color: 2542229.

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

Color convert

RGB 149 202 38 -
CMYK 0.26 0 0.81 0.21
HSL 79.39º 0.68% 0.47% -
HSV(B) 79.39º 0.81% 0.79% -
XYZ 33.86 48.77 9.46 -
YUV 167.46 54.94 114.84 -
System Red Green Blue C M Y K H S L
Decimal 149 202 38 0.26 0 0.81 0.21 79.39 0.68 0.47
Hex 95 CA 26 1A 0 51 15 4F 44 2F
Octal 225 312 46 32 0 121 25 117 104 57
Binary 10010101 11001010 100110 11010 0 1010001 10101 1001111 1000100 101111

Color Harmonies of #95CA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA26

Black with #95CA26

Text Example


Text Example

White with #95CA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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