Html Css Color HEX #52BD4B Apple

📋 copy color: '#52BD4B'

red 82 ◦ green 189 ◦ blue 75

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

Shades of Apple #52BD4B

Tints of Apple #52BD4B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.62%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 23.7%
G = 54.62%
B = 21.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#52BD4B (or 0x52BD4B) is known color: Apple. HEX triplet: 52, BD and 4B. RGB value is (82,189,75). Sum of RGB (Red+Green+Blue) = 82+189+75=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD4B is #AD42B4. Grayscale: #909090. Windows color (decimal): -11354805 or 4963666. OLE color: 4963666.

HSL color Cylindrical-coordinate representation of color #52BD4B: hue angle of 116.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BD4B is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 75 -
CMYK 0.57 0 0.60 0.26
HSL 116.32º 0.46% 0.52% -
HSV(B) 116.32º 0.6% 0.74% -
XYZ 22.95 38.7 12.92 -
YUV 144.01 89.05 83.77 -
System Red Green Blue C M Y K H S L
Decimal 82 189 75 0.57 0 0.60 0.26 116.32 0.46 0.52
Hex 52 BD 4B 39 0 3C 1A 74 2E 34
Octal 122 275 113 71 0 74 32 164 56 64
Binary 1010010 10111101 1001011 111001 0 111100 11010 1110100 101110 110100

Color Harmonies of #52BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD4B

Black with #52BD4B

Text Example


Text Example

White with #52BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,189,75); }

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

background-color css

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

 a { background-color: rgb(82,189,75); }

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

border-color css

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

 span { border-color: rgb(82,189,75); }

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