Html Css Color HEX #72DC25 Yellow Green

📋 copy color: '#72DC25'

red 114 ◦ green 220 ◦ blue 37

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

Shades of Yellow Green #72DC25

Tints of Yellow Green #72DC25

RGB

 RED value IS 114 (44.92% from 255) = 30.73%

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

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

R = 30.73%
G = 59.3%
B = 9.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#72DC25 (or 0x72DC25) is known color: Yellow Green. HEX triplet: 72, DC and 25. RGB value is (114,220,37). Sum of RGB (Red+Green+Blue) = 114+220+37=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC25 is #8D23DA. Grayscale: #A8A8A8. Windows color (decimal): -9249755 or 2481266. OLE color: 2481266.

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

Color convert

RGB 114 220 37 -
CMYK 0.48 0 0.83 0.14
HSL 94.75º 0.72% 0.5% -
HSV(B) 94.75º 0.83% 0.86% -
XYZ 32.87 54.9 10.61 -
YUV 167.44 54.38 89.88 -
System Red Green Blue C M Y K H S L
Decimal 114 220 37 0.48 0 0.83 0.14 94.75 0.72 0.5
Hex 72 DC 25 30 0 53 E 5F 48 32
Octal 162 334 45 60 0 123 16 137 110 62
Binary 1110010 11011100 100101 110000 0 1010011 1110 1011111 1001000 110010

Color Harmonies of #72DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC25

Black with #72DC25

Text Example


Text Example

White with #72DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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