Html Css Color HEX #72F528 Bright Green

📋 copy color: '#72F528'

red 114 ◦ green 245 ◦ blue 40

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

Shades of Bright Green #72F528

Tints of Bright Green #72F528

RGB

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

 GREEN value IS 245 (96.09% from 255) = 61.4%

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

R = 28.57%
G = 61.4%
B = 10.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#72F528 (or 0x72F528) is known color: Bright Green. HEX triplet: 72, F5 and 28. RGB value is (114,245,40). Sum of RGB (Red+Green+Blue) = 114+245+40=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #72F528 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72F528 is #8D0AD7. Grayscale: #B7B7B7. Windows color (decimal): -9243352 or 2684274. OLE color: 2684274.

HSL color Cylindrical-coordinate representation of color #72F528: hue angle of 98.34º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72F528 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 114 245 40 -
CMYK 0.53 0 0.84 0.04
HSL 98.34º 0.91% 0.56% -
HSV(B) 98.34º 0.84% 0.96% -
XYZ 39.97 69.04 13.23 -
YUV 182.46 47.6 79.17 -
System Red Green Blue C M Y K H S L
Decimal 114 245 40 0.53 0 0.84 0.04 98.34 0.91 0.56
Hex 72 F5 28 35 0 54 4 62 5B 38
Octal 162 365 50 65 0 124 4 142 133 70
Binary 1110010 11110101 101000 110101 0 1010100 100 1100010 1011011 111000

Color Harmonies of #72F528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72F528

Black with #72F528

Text Example


Text Example

White with #72F528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,245,40); }

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

background-color css

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

 a { background-color: rgb(114,245,40); }

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

border-color css

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

 span { border-color: rgb(114,245,40); }

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