Html Css Color HEX #AFDB38 Atlantis

📋 copy color: '#AFDB38'

red 175 ◦ green 219 ◦ blue 56

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

Shades of Atlantis #AFDB38

Tints of Atlantis #AFDB38

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.67%

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

R = 38.89%
G = 48.67%
B = 12.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#AFDB38 (or 0xAFDB38) is known color: Atlantis. HEX triplet: AF, DB and 38. RGB value is (175,219,56). Sum of RGB (Red+Green+Blue) = 175+219+56=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB38 is #5024C7. Grayscale: #BBBBBB. Windows color (decimal): -5252296 or 3726255. OLE color: 3726255.

HSL color Cylindrical-coordinate representation of color #AFDB38: hue angle of 76.2º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFDB38 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 56 -
CMYK 0.20 0 0.74 0.14
HSL 76.2º 0.69% 0.54% -
HSV(B) 76.2º 0.74% 0.86% -
XYZ 43.72 60.06 13.03 -
YUV 187.26 53.92 119.25 -
System Red Green Blue C M Y K H S L
Decimal 175 219 56 0.20 0 0.74 0.14 76.2 0.69 0.54
Hex AF DB 38 14 0 4A E 4C 45 36
Octal 257 333 70 24 0 112 16 114 105 66
Binary 10101111 11011011 111000 10100 0 1001010 1110 1001100 1000101 110110

Color Harmonies of #AFDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB38

Black with #AFDB38

Text Example


Text Example

White with #AFDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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