Html Css Color HEX #75DE2A Yellow Green

📋 copy color: '#75DE2A'

red 117 ◦ green 222 ◦ blue 42

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

Shades of Yellow Green #75DE2A

Tints of Yellow Green #75DE2A

RGB

 RED value IS 117 (46.09% from 255) = 30.71%

 GREEN value IS 222 (87.11% from 255) = 58.27%

 BLUE value IS 42 (16.8% from 255) = 11.02%

R = 30.71%
G = 58.27%
B = 11.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#75DE2A (or 0x75DE2A) is known color: Yellow Green. HEX triplet: 75, DE and 2A. RGB value is (117,222,42). Sum of RGB (Red+Green+Blue) = 117+222+42=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #75DE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DE2A is #8A21D5. Grayscale: #AAAAAA. Windows color (decimal): -9052630 or 2809461. OLE color: 2809461.

HSL color Cylindrical-coordinate representation of color #75DE2A: hue angle of 95º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75DE2A is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 222 42 -
CMYK 0.47 0 0.81 0.13
HSL 95º 0.73% 0.52% -
HSV(B) 95º 0.81% 0.87% -
XYZ 33.88 56.19 11.25 -
YUV 170.09 55.71 90.14 -
System Red Green Blue C M Y K H S L
Decimal 117 222 42 0.47 0 0.81 0.13 95 0.73 0.52
Hex 75 DE 2A 2F 0 51 D 5F 49 34
Octal 165 336 52 57 0 121 15 137 111 64
Binary 1110101 11011110 101010 101111 0 1010001 1101 1011111 1001001 110100

Color Harmonies of #75DE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DE2A

Black with #75DE2A

Text Example


Text Example

White with #75DE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75DE2A; }

 p { color: rgb(117,222,42); }

 H1.HeaderClassName
 {
   color: #75DE2A;
 }
 .AnyTagClassName
 {
   color: #75DE2A;
 }
</style>

background-color css

<style>
 a { background-color: #75DE2A; }

 a { background-color: rgb(117,222,42); }

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

border-color css

<style>
 span { border-color: #75DE2A; }

 span { border-color: rgb(117,222,42); }

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