Html Css Color HEX #52B233 Apple

📋 copy color: '#52B233'

red 82 ◦ green 178 ◦ blue 51

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

Shades of Apple #52B233

Tints of Apple #52B233

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.23%

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 26.37%
G = 57.23%
B = 16.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#52B233 (or 0x52B233) is known color: Apple. HEX triplet: 52, B2 and 33. RGB value is (82,178,51). Sum of RGB (Red+Green+Blue) = 82+178+51=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #52B233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B233 is #AD4DCC. Grayscale: #878787. Windows color (decimal): -11357645 or 3387986. OLE color: 3387986.

HSL color Cylindrical-coordinate representation of color #52B233: hue angle of 105.35º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52B233 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 51 -
CMYK 0.54 0 0.71 0.30
HSL 105.35º 0.55% 0.45% -
HSV(B) 105.35º 0.71% 0.7% -
XYZ 20 33.87 8.62 -
YUV 134.82 80.7 90.33 -
System Red Green Blue C M Y K H S L
Decimal 82 178 51 0.54 0 0.71 0.30 105.35 0.55 0.45
Hex 52 B2 33 36 0 47 1E 69 37 2D
Octal 122 262 63 66 0 107 36 151 67 55
Binary 1010010 10110010 110011 110110 0 1000111 11110 1101001 110111 101101

Color Harmonies of #52B233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B233

Black with #52B233

Text Example


Text Example

White with #52B233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,178,51); }

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

background-color css

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

 a { background-color: rgb(82,178,51); }

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

border-color css

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

 span { border-color: rgb(82,178,51); }

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