Html Css Color HEX #AFFF71 Sulu

📋 copy color: '#AFFF71'

red 175 ◦ green 255 ◦ blue 113

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

Shades of Sulu #AFFF71

Tints of Sulu #AFFF71

RGB

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

 GREEN value IS 255 (100% from 255) = 46.96%

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

R = 32.23%
G = 46.96%
B = 20.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#AFFF71 (or 0xAFFF71) is known color: Sulu. HEX triplet: AF, FF and 71. RGB value is (175,255,113). Sum of RGB (Red+Green+Blue) = 175+255+113=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF71 is #50008E. Grayscale: #D7D7D7. Windows color (decimal): -5243023 or 7471023. OLE color: 7471023.

HSL color Cylindrical-coordinate representation of color #AFFF71: hue angle of 93.8º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFFF71 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 113 -
CMYK 0.31 0 0.56 0
HSL 93.8º 1% 0.72% -
HSV(B) 93.8º 0.56% 1% -
XYZ 56.42 81.83 28.44 -
YUV 214.89 70.5 99.55 -
System Red Green Blue C M Y K H S L
Decimal 175 255 113 0.31 0 0.56 0 93.8 1 0.72
Hex AF FF 71 1F 0 38 0 5E 64 48
Octal 257 377 161 37 0 70 0 136 144 110
Binary 10101111 11111111 1110001 11111 0 111000 0 1011110 1100100 1001000

Color Harmonies of #AFFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF71

Black with #AFFF71

Text Example


Text Example

White with #AFFF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF71; }

 p { color: rgb(175,255,113); }

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

background-color css

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

 a { background-color: rgb(175,255,113); }

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

border-color css

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

 span { border-color: rgb(175,255,113); }

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