Html Css Color HEX #AFF575 Sulu

📋 copy color: '#AFF575'

red 175 ◦ green 245 ◦ blue 117

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

Shades of Sulu #AFF575

Tints of Sulu #AFF575

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

 BLUE value IS 117 (46.09% from 255) = 21.79%

R = 32.59%
G = 45.62%
B = 21.79%

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

#AFF575 (or 0xAFF575) is known color: Sulu. HEX triplet: AF, F5 and 75. RGB value is (175,245,117). Sum of RGB (Red+Green+Blue) = 175+245+117=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF575 is #500A8A. Grayscale: #D1D1D1. Windows color (decimal): -5245579 or 7730607. OLE color: 7730607.

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

Color convert

RGB 175 245 117 -
CMYK 0.29 0 0.52 0.04
HSL 92.81º 0.86% 0.71% -
HSV(B) 92.81º 0.52% 0.96% -
XYZ 53.54 75.7 28.62 -
YUV 209.48 75.81 103.41 -
System Red Green Blue C M Y K H S L
Decimal 175 245 117 0.29 0 0.52 0.04 92.81 0.86 0.71
Hex AF F5 75 1D 0 34 4 5D 56 47
Octal 257 365 165 35 0 64 4 135 126 107
Binary 10101111 11110101 1110101 11101 0 110100 100 1011101 1010110 1000111

Color Harmonies of #AFF575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF575

Black with #AFF575

Text Example


Text Example

White with #AFF575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF575; }

 p { color: rgb(175,245,117); }

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

background-color css

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

 a { background-color: rgb(175,245,117); }

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

border-color css

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

 span { border-color: rgb(175,245,117); }

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