Html Css Color HEX #52C741 Apple

📋 copy color: '#52C741'

red 82 ◦ green 199 ◦ blue 65

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

Shades of Apple #52C741

Tints of Apple #52C741

RGB

 RED value IS 82 (32.42% from 255) = 23.7%

 GREEN value IS 199 (78.13% from 255) = 57.51%

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

R = 23.7%
G = 57.51%
B = 18.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#52C741 (or 0x52C741) is known color: Apple. HEX triplet: 52, C7 and 41. RGB value is (82,199,65). Sum of RGB (Red+Green+Blue) = 82+199+65=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #52C741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C741 is #AD38BE. Grayscale: #959595. Windows color (decimal): -11352255 or 4310866. OLE color: 4310866.

HSL color Cylindrical-coordinate representation of color #52C741: hue angle of 112.39º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C741 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 199 65 -
CMYK 0.59 0 0.67 0.22
HSL 112.39º 0.54% 0.52% -
HSV(B) 112.39º 0.67% 0.78% -
XYZ 24.86 43.02 12 -
YUV 148.74 80.74 80.4 -
System Red Green Blue C M Y K H S L
Decimal 82 199 65 0.59 0 0.67 0.22 112.39 0.54 0.52
Hex 52 C7 41 3B 0 43 16 70 36 34
Octal 122 307 101 73 0 103 26 160 66 64
Binary 1010010 11000111 1000001 111011 0 1000011 10110 1110000 110110 110100

Color Harmonies of #52C741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C741

Black with #52C741

Text Example


Text Example

White with #52C741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C741; }

 p { color: rgb(82,199,65); }

 H1.HeaderClassName
 {
   color: #52C741;
 }
 .AnyTagClassName
 {
   color: #52C741;
 }
</style>

background-color css

<style>
 a { background-color: #52C741; }

 a { background-color: rgb(82,199,65); }

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

border-color css

<style>
 span { border-color: #52C741; }

 span { border-color: rgb(82,199,65); }

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