Html Css Color HEX #72CA41 Apple

📋 copy color: '#72CA41'

red 114 ◦ green 202 ◦ blue 65

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

Shades of Apple #72CA41

Tints of Apple #72CA41

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.02%

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 29.92%
G = 53.02%
B = 17.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#72CA41 (or 0x72CA41) is known color: Apple. HEX triplet: 72, CA and 41. RGB value is (114,202,65). Sum of RGB (Red+Green+Blue) = 114+202+65=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CA41 is #8D35BE. Grayscale: #A0A0A0. Windows color (decimal): -9254335 or 4311666. OLE color: 4311666.

HSL color Cylindrical-coordinate representation of color #72CA41: hue angle of 98.54º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72CA41 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 65 -
CMYK 0.44 0 0.68 0.21
HSL 98.54º 0.56% 0.52% -
HSV(B) 98.54º 0.68% 0.79% -
XYZ 29.01 46.2 12.39 -
YUV 160.07 74.35 95.14 -
System Red Green Blue C M Y K H S L
Decimal 114 202 65 0.44 0 0.68 0.21 98.54 0.56 0.52
Hex 72 CA 41 2C 0 44 15 63 38 34
Octal 162 312 101 54 0 104 25 143 70 64
Binary 1110010 11001010 1000001 101100 0 1000100 10101 1100011 111000 110100

Color Harmonies of #72CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA41

Black with #72CA41

Text Example


Text Example

White with #72CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,202,65); }

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

background-color css

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

 a { background-color: rgb(114,202,65); }

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

border-color css

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

 span { border-color: rgb(114,202,65); }

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