Html Css Color HEX #AFF671 Sulu

📋 copy color: '#AFF671'

red 175 ◦ green 246 ◦ blue 113

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

Shades of Sulu #AFF671

Tints of Sulu #AFF671

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.07%

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

R = 32.77%
G = 46.07%
B = 21.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#AFF671 (or 0xAFF671) is known color: Sulu. HEX triplet: AF, F6 and 71. RGB value is (175,246,113). Sum of RGB (Red+Green+Blue) = 175+246+113=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF671 is #50098E. Grayscale: #D2D2D2. Windows color (decimal): -5245327 or 7468719. OLE color: 7468719.

HSL color Cylindrical-coordinate representation of color #AFF671: hue angle of 92.03º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFF671 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 113 -
CMYK 0.29 0 0.54 0.04
HSL 92.03º 0.88% 0.7% -
HSV(B) 92.03º 0.54% 0.96% -
XYZ 53.62 76.22 27.51 -
YUV 209.61 73.48 103.31 -
System Red Green Blue C M Y K H S L
Decimal 175 246 113 0.29 0 0.54 0.04 92.03 0.88 0.7
Hex AF F6 71 1D 0 36 4 5C 58 46
Octal 257 366 161 35 0 66 4 134 130 106
Binary 10101111 11110110 1110001 11101 0 110110 100 1011100 1011000 1000110

Color Harmonies of #AFF671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF671

Black with #AFF671

Text Example


Text Example

White with #AFF671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF671; }

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

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

background-color css

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

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

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

border-color css

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

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

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