Html Css Color HEX #75DB36 Yellow Green

📋 copy color: '#75DB36'

red 117 ◦ green 219 ◦ blue 54

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

Shades of Yellow Green #75DB36

Tints of Yellow Green #75DB36

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.15%

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 30%
G = 56.15%
B = 13.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#75DB36 (or 0x75DB36) is known color: Yellow Green. HEX triplet: 75, DB and 36. RGB value is (117,219,54). Sum of RGB (Red+Green+Blue) = 117+219+54=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 219 (85.94% from 255 or 56.15% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DB36 is #8A24C9. Grayscale: #AAAAAA. Windows color (decimal): -9053386 or 3595125. OLE color: 3595125.

HSL color Cylindrical-coordinate representation of color #75DB36: hue angle of 97.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75DB36 is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 219 54 -
CMYK 0.47 0 0.75 0.14
HSL 97.09º 0.7% 0.54% -
HSV(B) 97.09º 0.75% 0.86% -
XYZ 33.33 54.71 12.29 -
YUV 169.69 62.71 90.42 -
System Red Green Blue C M Y K H S L
Decimal 117 219 54 0.47 0 0.75 0.14 97.09 0.7 0.54
Hex 75 DB 36 2F 0 4B E 61 46 36
Octal 165 333 66 57 0 113 16 141 106 66
Binary 1110101 11011011 110110 101111 0 1001011 1110 1100001 1000110 110110

Color Harmonies of #75DB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB36

Black with #75DB36

Text Example


Text Example

White with #75DB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,219,54); }

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

background-color css

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

 a { background-color: rgb(117,219,54); }

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

border-color css

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

 span { border-color: rgb(117,219,54); }

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