Html Css Color HEX #75DC25 Yellow Green

📋 copy color: '#75DC25'

red 117 ◦ green 220 ◦ blue 37

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

Shades of Yellow Green #75DC25

Tints of Yellow Green #75DC25

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.82%

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

R = 31.28%
G = 58.82%
B = 9.89%

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

#75DC25 (or 0x75DC25) is known color: Yellow Green. HEX triplet: 75, DC and 25. RGB value is (117,220,37). Sum of RGB (Red+Green+Blue) = 117+220+37=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC25 is #8A23DA. Grayscale: #A8A8A8. Windows color (decimal): -9053147 or 2481269. OLE color: 2481269.

HSL color Cylindrical-coordinate representation of color #75DC25: hue angle of 93.77º 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 #75DC25 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 37 -
CMYK 0.47 0 0.83 0.14
HSL 93.77º 0.72% 0.5% -
HSV(B) 93.77º 0.83% 0.86% -
XYZ 33.26 55.1 10.63 -
YUV 168.34 53.88 91.38 -
System Red Green Blue C M Y K H S L
Decimal 117 220 37 0.47 0 0.83 0.14 93.77 0.72 0.5
Hex 75 DC 25 2F 0 53 E 5E 48 32
Octal 165 334 45 57 0 123 16 136 110 62
Binary 1110101 11011100 100101 101111 0 1010011 1110 1011110 1001000 110010

Color Harmonies of #75DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC25

Black with #75DC25

Text Example


Text Example

White with #75DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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