Html Css Color HEX #AFF674 Sulu

📋 copy color: '#AFF674'

red 175 ◦ green 246 ◦ blue 116

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

Shades of Sulu #AFF674

Tints of Sulu #AFF674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.6%

R = 32.59%
G = 45.81%
B = 21.6%

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

#AFF674 (or 0xAFF674) is known color: Sulu. HEX triplet: AF, F6 and 74. RGB value is (175,246,116). Sum of RGB (Red+Green+Blue) = 175+246+116=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF674 is #50098B. Grayscale: #D2D2D2. Windows color (decimal): -5245324 or 7665327. OLE color: 7665327.

HSL color Cylindrical-coordinate representation of color #AFF674: hue angle of 92.77º 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 #AFF674 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 116 -
CMYK 0.29 0 0.53 0.04
HSL 92.77º 0.88% 0.71% -
HSV(B) 92.77º 0.53% 0.96% -
XYZ 53.79 76.29 28.41 -
YUV 209.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 175 246 116 0.29 0 0.53 0.04 92.77 0.88 0.71
Hex AF F6 74 1D 0 35 4 5D 58 47
Octal 257 366 164 35 0 65 4 135 130 107
Binary 10101111 11110110 1110100 11101 0 110101 100 1011101 1011000 1000111

Color Harmonies of #AFF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF674

Black with #AFF674

Text Example


Text Example

White with #AFF674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF674; }

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

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

background-color css

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

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

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

border-color css

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

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

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