Html Css Color HEX #75DB25 Yellow Green

📋 copy color: '#75DB25'

red 117 ◦ green 219 ◦ blue 37

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

Shades of Yellow Green #75DB25

Tints of Yellow Green #75DB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 31.37%
G = 58.71%
B = 9.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#75DB25 (or 0x75DB25) is known color: Yellow Green. HEX triplet: 75, DB and 25. RGB value is (117,219,37). Sum of RGB (Red+Green+Blue) = 117+219+37=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DB25 is #8A24DA. Grayscale: #A8A8A8. Windows color (decimal): -9053403 or 2481013. OLE color: 2481013.

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

Color convert

RGB 117 219 37 -
CMYK 0.47 0 0.83 0.14
HSL 93.63º 0.72% 0.5% -
HSV(B) 93.63º 0.83% 0.86% -
XYZ 33 54.58 10.55 -
YUV 167.75 54.21 91.8 -
System Red Green Blue C M Y K H S L
Decimal 117 219 37 0.47 0 0.83 0.14 93.63 0.72 0.5
Hex 75 DB 25 2F 0 53 E 5E 48 32
Octal 165 333 45 57 0 123 16 136 110 62
Binary 1110101 11011011 100101 101111 0 1010011 1110 1011110 1001000 110010

Color Harmonies of #75DB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB25

Black with #75DB25

Text Example


Text Example

White with #75DB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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