Html Css Color HEX #AFF673 Sulu

📋 copy color: '#AFF673'

red 175 ◦ green 246 ◦ blue 115

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

Shades of Sulu #AFF673

Tints of Sulu #AFF673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.46%

R = 32.65%
G = 45.9%
B = 21.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#AFF673 (or 0xAFF673) is known color: Sulu. HEX triplet: AF, F6 and 73. RGB value is (175,246,115). Sum of RGB (Red+Green+Blue) = 175+246+115=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF673 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF673 is #50098C. Grayscale: #D2D2D2. Windows color (decimal): -5245325 or 7599791. OLE color: 7599791.

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

Color convert

RGB 175 246 115 -
CMYK 0.29 0 0.53 0.04
HSL 92.52º 0.88% 0.71% -
HSV(B) 92.52º 0.53% 0.96% -
XYZ 53.73 76.26 28.11 -
YUV 209.84 74.48 103.15 -
System Red Green Blue C M Y K H S L
Decimal 175 246 115 0.29 0 0.53 0.04 92.52 0.88 0.71
Hex AF F6 73 1D 0 35 4 5D 58 47
Octal 257 366 163 35 0 65 4 135 130 107
Binary 10101111 11110110 1110011 11101 0 110101 100 1011101 1011000 1000111

Color Harmonies of #AFF673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF673

Black with #AFF673

Text Example


Text Example

White with #AFF673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF673; }

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

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

background-color css

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

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

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

border-color css

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

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

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