Html Css Color HEX #ADFD69 Sulu

📋 copy color: '#ADFD69'

red 173 ◦ green 253 ◦ blue 105

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

Shades of Sulu #ADFD69

Tints of Sulu #ADFD69

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.65%

 BLUE value IS 105 (41.41% from 255) = 19.77%

R = 32.58%
G = 47.65%
B = 19.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#ADFD69 (or 0xADFD69) is known color: Sulu. HEX triplet: AD, FD and 69. RGB value is (173,253,105). Sum of RGB (Red+Green+Blue) = 173+253+105=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD69 is #520296. Grayscale: #D4D4D4. Windows color (decimal): -5374615 or 6946221. OLE color: 6946221.

HSL color Cylindrical-coordinate representation of color #ADFD69: hue angle of 92.43º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADFD69 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 105 -
CMYK 0.32 0 0.58 0.01
HSL 92.43º 0.97% 0.7% -
HSV(B) 92.43º 0.58% 0.99% -
XYZ 54.91 80.15 25.94 -
YUV 212.21 67.5 100.03 -
System Red Green Blue C M Y K H S L
Decimal 173 253 105 0.32 0 0.58 0.01 92.43 0.97 0.7
Hex AD FD 69 20 0 3A 1 5C 61 46
Octal 255 375 151 40 0 72 1 134 141 106
Binary 10101101 11111101 1101001 100000 0 111010 1 1011100 1100001 1000110

Color Harmonies of #ADFD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD69

Black with #ADFD69

Text Example


Text Example

White with #ADFD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD69; }

 p { color: rgb(173,253,105); }

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

background-color css

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

 a { background-color: rgb(173,253,105); }

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

border-color css

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

 span { border-color: rgb(173,253,105); }

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