Html Css Color HEX #ADCF41 Atlantis

📋 copy color: '#ADCF41'

red 173 ◦ green 207 ◦ blue 65

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

Shades of Atlantis #ADCF41

Tints of Atlantis #ADCF41

RGB

 RED value IS 173 (67.97% from 255) = 38.88%

 GREEN value IS 207 (81.25% from 255) = 46.52%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 38.88%
G = 46.52%
B = 14.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#ADCF41 (or 0xADCF41) is known color: Atlantis. HEX triplet: AD, CF and 41. RGB value is (173,207,65). Sum of RGB (Red+Green+Blue) = 173+207+65=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF41 is #5230BE. Grayscale: #B5B5B5. Windows color (decimal): -5386431 or 4313005. OLE color: 4313005.

HSL color Cylindrical-coordinate representation of color #ADCF41: hue angle of 74.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADCF41 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 65 -
CMYK 0.16 0 0.69 0.19
HSL 74.37º 0.6% 0.53% -
HSV(B) 74.37º 0.69% 0.81% -
XYZ 40.5 53.89 13.27 -
YUV 180.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 173 207 65 0.16 0 0.69 0.19 74.37 0.6 0.53
Hex AD CF 41 10 0 45 13 4A 3C 35
Octal 255 317 101 20 0 105 23 112 74 65
Binary 10101101 11001111 1000001 10000 0 1000101 10011 1001010 111100 110101

Color Harmonies of #ADCF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF41

Black with #ADCF41

Text Example


Text Example

White with #ADCF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF41; }

 p { color: rgb(173,207,65); }

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

background-color css

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

 a { background-color: rgb(173,207,65); }

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

border-color css

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

 span { border-color: rgb(173,207,65); }

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