Html Css Color HEX #72C135 Apple

📋 copy color: '#72C135'

red 114 ◦ green 193 ◦ blue 53

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

Shades of Apple #72C135

Tints of Apple #72C135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 53 (21.09% from 255) = 14.72%

R = 31.67%
G = 53.61%
B = 14.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#72C135 (or 0x72C135) is known color: Apple. HEX triplet: 72, C1 and 35. RGB value is (114,193,53). Sum of RGB (Red+Green+Blue) = 114+193+53=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #72C135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C135 is #8D3ECA. Grayscale: #999999. Windows color (decimal): -9256651 or 3522930. OLE color: 3522930.

HSL color Cylindrical-coordinate representation of color #72C135: hue angle of 93.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72C135 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 193 53 -
CMYK 0.41 0 0.73 0.24
HSL 93.86º 0.57% 0.48% -
HSV(B) 93.86º 0.73% 0.76% -
XYZ 26.65 41.97 10.07 -
YUV 153.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 114 193 53 0.41 0 0.73 0.24 93.86 0.57 0.48
Hex 72 C1 35 29 0 49 18 5E 39 30
Octal 162 301 65 51 0 111 30 136 71 60
Binary 1110010 11000001 110101 101001 0 1001001 11000 1011110 111001 110000

Color Harmonies of #72C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C135

Black with #72C135

Text Example


Text Example

White with #72C135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,193,53); }

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

background-color css

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

 a { background-color: rgb(114,193,53); }

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

border-color css

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

 span { border-color: rgb(114,193,53); }

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