Html Css Color HEX #AED533 Atlantis

📋 copy color: '#AED533'

red 174 ◦ green 213 ◦ blue 51

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

Shades of Atlantis #AED533

Tints of Atlantis #AED533

RGB

 RED value IS 174 (68.36% from 255) = 39.73%

 GREEN value IS 213 (83.59% from 255) = 48.63%

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

R = 39.73%
G = 48.63%
B = 11.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#AED533 (or 0xAED533) is known color: Atlantis. HEX triplet: AE, D5 and 33. RGB value is (174,213,51). Sum of RGB (Red+Green+Blue) = 174+213+51=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #AED533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED533 is #512ACC. Grayscale: #B7B7B7. Windows color (decimal): -5319373 or 3397038. OLE color: 3397038.

HSL color Cylindrical-coordinate representation of color #AED533: hue angle of 74.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AED533 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 51 -
CMYK 0.18 0 0.76 0.16
HSL 74.44º 0.66% 0.52% -
HSV(B) 74.44º 0.76% 0.84% -
XYZ 41.85 56.83 11.89 -
YUV 182.87 53.58 121.67 -
System Red Green Blue C M Y K H S L
Decimal 174 213 51 0.18 0 0.76 0.16 74.44 0.66 0.52
Hex AE D5 33 12 0 4C 10 4A 42 34
Octal 256 325 63 22 0 114 20 112 102 64
Binary 10101110 11010101 110011 10010 0 1001100 10000 1001010 1000010 110100

Color Harmonies of #AED533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED533

Black with #AED533

Text Example


Text Example

White with #AED533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED533; }

 p { color: rgb(174,213,51); }

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

background-color css

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

 a { background-color: rgb(174,213,51); }

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

border-color css

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

 span { border-color: rgb(174,213,51); }

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