Html Css Color HEX #95C023 Yellow Green

📋 copy color: '#95C023'

red 149 ◦ green 192 ◦ blue 35

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

Shades of Yellow Green #95C023

Tints of Yellow Green #95C023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.06%

 BLUE value IS 35 (14.06% from 255) = 9.31%

R = 39.63%
G = 51.06%
B = 9.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#95C023 (or 0x95C023) is known color: Yellow Green. HEX triplet: 95, C0 and 23. RGB value is (149,192,35). Sum of RGB (Red+Green+Blue) = 149+192+35=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #95C023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C023 is #6A3FDC. Grayscale: #A1A1A1. Windows color (decimal): -6963165 or 2343061. OLE color: 2343061.

HSL color Cylindrical-coordinate representation of color #95C023: hue angle of 76.43º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #95C023 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 35 -
CMYK 0.22 0 0.82 0.25
HSL 76.43º 0.69% 0.45% -
HSV(B) 76.43º 0.82% 0.75% -
XYZ 31.55 44.21 8.46 -
YUV 161.25 56.75 119.27 -
System Red Green Blue C M Y K H S L
Decimal 149 192 35 0.22 0 0.82 0.25 76.43 0.69 0.45
Hex 95 C0 23 16 0 52 19 4C 45 2D
Octal 225 300 43 26 0 122 31 114 105 55
Binary 10010101 11000000 100011 10110 0 1010010 11001 1001100 1000101 101101

Color Harmonies of #95C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C023

Black with #95C023

Text Example


Text Example

White with #95C023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,35); }

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

background-color css

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

 a { background-color: rgb(149,192,35); }

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

border-color css

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

 span { border-color: rgb(149,192,35); }

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