Html Css Color HEX #AFD338 Atlantis

📋 copy color: '#AFD338'

red 175 ◦ green 211 ◦ blue 56

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

Shades of Atlantis #AFD338

Tints of Atlantis #AFD338

RGB

 RED value IS 175 (68.75% from 255) = 39.59%

 GREEN value IS 211 (82.81% from 255) = 47.74%

 BLUE value IS 56 (22.27% from 255) = 12.67%

R = 39.59%
G = 47.74%
B = 12.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#AFD338 (or 0xAFD338) is known color: Atlantis. HEX triplet: AF, D3 and 38. RGB value is (175,211,56). Sum of RGB (Red+Green+Blue) = 175+211+56=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD338 is #502CC7. Grayscale: #B7B7B7. Windows color (decimal): -5254344 or 3724207. OLE color: 3724207.

HSL color Cylindrical-coordinate representation of color #AFD338: hue angle of 73.94º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFD338 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 211 56 -
CMYK 0.17 0 0.73 0.17
HSL 73.94º 0.64% 0.52% -
HSV(B) 73.94º 0.73% 0.83% -
XYZ 41.69 55.99 12.35 -
YUV 182.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 175 211 56 0.17 0 0.73 0.17 73.94 0.64 0.52
Hex AF D3 38 11 0 49 11 4A 40 34
Octal 257 323 70 21 0 111 21 112 100 64
Binary 10101111 11010011 111000 10001 0 1001001 10001 1001010 1000000 110100

Color Harmonies of #AFD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD338

Black with #AFD338

Text Example


Text Example

White with #AFD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD338; }

 p { color: rgb(175,211,56); }

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

background-color css

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

 a { background-color: rgb(175,211,56); }

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

border-color css

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

 span { border-color: rgb(175,211,56); }

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