Html Css Color HEX #52BE3E Apple

📋 copy color: '#52BE3E'

red 82 ◦ green 190 ◦ blue 62

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

Shades of Apple #52BE3E

Tints of Apple #52BE3E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.89%

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 24.55%
G = 56.89%
B = 18.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#52BE3E (or 0x52BE3E) is known color: Apple. HEX triplet: 52, BE and 3E. RGB value is (82,190,62). Sum of RGB (Red+Green+Blue) = 82+190+62=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE3E is #AD41C1. Grayscale: #8F8F8F. Windows color (decimal): -11354562 or 4111954. OLE color: 4111954.

HSL color Cylindrical-coordinate representation of color #52BE3E: hue angle of 110.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52BE3E is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 190 62 -
CMYK 0.57 0 0.67 0.25
HSL 110.63º 0.51% 0.49% -
HSV(B) 110.63º 0.67% 0.75% -
XYZ 22.76 38.97 10.88 -
YUV 143.12 82.22 84.41 -
System Red Green Blue C M Y K H S L
Decimal 82 190 62 0.57 0 0.67 0.25 110.63 0.51 0.49
Hex 52 BE 3E 39 0 43 19 6F 33 31
Octal 122 276 76 71 0 103 31 157 63 61
Binary 1010010 10111110 111110 111001 0 1000011 11001 1101111 110011 110001

Color Harmonies of #52BE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BE3E

Black with #52BE3E

Text Example


Text Example

White with #52BE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,190,62); }

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

background-color css

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

 a { background-color: rgb(82,190,62); }

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

border-color css

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

 span { border-color: rgb(82,190,62); }

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