Html Css Color HEX #72CA3C Apple

📋 copy color: '#72CA3C'

red 114 ◦ green 202 ◦ blue 60

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

Shades of Apple #72CA3C

Tints of Apple #72CA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 30.32%
G = 53.72%
B = 15.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#72CA3C (or 0x72CA3C) is known color: Apple. HEX triplet: 72, CA and 3C. RGB value is (114,202,60). Sum of RGB (Red+Green+Blue) = 114+202+60=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72CA3C is #8D35C3. Grayscale: #9F9F9F. Windows color (decimal): -9254340 or 3983986. OLE color: 3983986.

HSL color Cylindrical-coordinate representation of color #72CA3C: hue angle of 97.18º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72CA3C is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 60 -
CMYK 0.44 0 0.70 0.21
HSL 97.18º 0.57% 0.51% -
HSV(B) 97.18º 0.7% 0.79% -
XYZ 28.88 46.14 11.66 -
YUV 159.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 114 202 60 0.44 0 0.70 0.21 97.18 0.57 0.51
Hex 72 CA 3C 2C 0 46 15 61 39 33
Octal 162 312 74 54 0 106 25 141 71 63
Binary 1110010 11001010 111100 101100 0 1000110 10101 1100001 111001 110011

Color Harmonies of #72CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA3C

Black with #72CA3C

Text Example


Text Example

White with #72CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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