Html Css Color HEX #AFF676 Sulu

📋 copy color: '#AFF676'

red 175 ◦ green 246 ◦ blue 118

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

Shades of Sulu #AFF676

Tints of Sulu #AFF676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.89%

R = 32.47%
G = 45.64%
B = 21.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#AFF676 (or 0xAFF676) is known color: Sulu. HEX triplet: AF, F6 and 76. RGB value is (175,246,118). Sum of RGB (Red+Green+Blue) = 175+246+118=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF676 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF676 is #500989. Grayscale: #D2D2D2. Windows color (decimal): -5245322 or 7796399. OLE color: 7796399.

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

Color convert

RGB 175 246 118 -
CMYK 0.29 0 0.52 0.04
HSL 93.28º 0.88% 0.71% -
HSV(B) 93.28º 0.52% 0.96% -
XYZ 53.9 76.33 29.03 -
YUV 210.18 75.98 102.91 -
System Red Green Blue C M Y K H S L
Decimal 175 246 118 0.29 0 0.52 0.04 93.28 0.88 0.71
Hex AF F6 76 1D 0 34 4 5D 58 47
Octal 257 366 166 35 0 64 4 135 130 107
Binary 10101111 11110110 1110110 11101 0 110100 100 1011101 1011000 1000111

Color Harmonies of #AFF676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF676

Black with #AFF676

Text Example


Text Example

White with #AFF676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF676; }

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

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

background-color css

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

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

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

border-color css

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

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

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