Html Css Color HEX #AFF774 Sulu

📋 copy color: '#AFF774'

red 175 ◦ green 247 ◦ blue 116

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

Shades of Sulu #AFF774

Tints of Sulu #AFF774

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.91%

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

R = 32.53%
G = 45.91%
B = 21.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#AFF774 (or 0xAFF774) is known color: Sulu. HEX triplet: AF, F7 and 74. RGB value is (175,247,116). Sum of RGB (Red+Green+Blue) = 175+247+116=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF774 is #50088B. Grayscale: #D2D2D2. Windows color (decimal): -5245068 or 7665583. OLE color: 7665583.

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

Color convert

RGB 175 247 116 -
CMYK 0.29 0 0.53 0.03
HSL 92.98º 0.89% 0.71% -
HSV(B) 92.98º 0.53% 0.97% -
XYZ 54.09 76.9 28.51 -
YUV 210.54 74.65 102.65 -
System Red Green Blue C M Y K H S L
Decimal 175 247 116 0.29 0 0.53 0.03 92.98 0.89 0.71
Hex AF F7 74 1D 0 35 3 5D 59 47
Octal 257 367 164 35 0 65 3 135 131 107
Binary 10101111 11110111 1110100 11101 0 110101 11 1011101 1011001 1000111

Color Harmonies of #AFF774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF774

Black with #AFF774

Text Example


Text Example

White with #AFF774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF774; }

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

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

background-color css

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

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

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

border-color css

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

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

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