Html Css Color HEX #ADF271 Sulu

📋 copy color: '#ADF271'

red 173 ◦ green 242 ◦ blue 113

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

Shades of Sulu #ADF271

Tints of Sulu #ADF271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

 BLUE value IS 113 (44.53% from 255) = 21.4%

R = 32.77%
G = 45.83%
B = 21.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#ADF271 (or 0xADF271) is known color: Sulu. HEX triplet: AD, F2 and 71. RGB value is (173,242,113). Sum of RGB (Red+Green+Blue) = 173+242+113=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF271 is #520D8E. Grayscale: #CFCFCF. Windows color (decimal): -5377423 or 7467693. OLE color: 7467693.

HSL color Cylindrical-coordinate representation of color #ADF271: hue angle of 92.09º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF271 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 113 -
CMYK 0.29 0 0.53 0.05
HSL 92.09º 0.83% 0.7% -
HSV(B) 92.09º 0.53% 0.95% -
XYZ 51.97 73.58 27.09 -
YUV 206.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 173 242 113 0.29 0 0.53 0.05 92.09 0.83 0.7
Hex AD F2 71 1D 0 35 5 5C 53 46
Octal 255 362 161 35 0 65 5 134 123 106
Binary 10101101 11110010 1110001 11101 0 110101 101 1011100 1010011 1000110

Color Harmonies of #ADF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF271

Black with #ADF271

Text Example


Text Example

White with #ADF271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF271; }

 p { color: rgb(173,242,113); }

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

background-color css

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

 a { background-color: rgb(173,242,113); }

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

border-color css

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

 span { border-color: rgb(173,242,113); }

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