Html Css Color HEX #75DB28 Yellow Green

📋 copy color: '#75DB28'

red 117 ◦ green 219 ◦ blue 40

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

Shades of Yellow Green #75DB28

Tints of Yellow Green #75DB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.64%

R = 31.12%
G = 58.24%
B = 10.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#75DB28 (or 0x75DB28) is known color: Yellow Green. HEX triplet: 75, DB and 28. RGB value is (117,219,40). Sum of RGB (Red+Green+Blue) = 117+219+40=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DB28 is #8A24D7. Grayscale: #A8A8A8. Windows color (decimal): -9053400 or 2677621. OLE color: 2677621.

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

Color convert

RGB 117 219 40 -
CMYK 0.47 0 0.82 0.14
HSL 94.19º 0.71% 0.51% -
HSV(B) 94.19º 0.82% 0.86% -
XYZ 33.05 54.6 10.8 -
YUV 168.1 55.71 91.55 -
System Red Green Blue C M Y K H S L
Decimal 117 219 40 0.47 0 0.82 0.14 94.19 0.71 0.51
Hex 75 DB 28 2F 0 52 E 5E 47 33
Octal 165 333 50 57 0 122 16 136 107 63
Binary 1110101 11011011 101000 101111 0 1010010 1110 1011110 1000111 110011

Color Harmonies of #75DB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB28

Black with #75DB28

Text Example


Text Example

White with #75DB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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