Html Css Color HEX #AFF975 Sulu

📋 copy color: '#AFF975'

red 175 ◦ green 249 ◦ blue 117

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

Shades of Sulu #AFF975

Tints of Sulu #AFF975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.03%

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

R = 32.35%
G = 46.03%
B = 21.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#AFF975 (or 0xAFF975) is known color: Sulu. HEX triplet: AF, F9 and 75. RGB value is (175,249,117). Sum of RGB (Red+Green+Blue) = 175+249+117=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF975 is #50068A. Grayscale: #D4D4D4. Windows color (decimal): -5244555 or 7731631. OLE color: 7731631.

HSL color Cylindrical-coordinate representation of color #AFF975: hue angle of 93.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFF975 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 117 -
CMYK 0.30 0 0.53 0.02
HSL 93.64º 0.92% 0.72% -
HSV(B) 93.64º 0.53% 0.98% -
XYZ 54.77 78.15 29.03 -
YUV 211.83 74.48 101.73 -
System Red Green Blue C M Y K H S L
Decimal 175 249 117 0.30 0 0.53 0.02 93.64 0.92 0.72
Hex AF F9 75 1E 0 35 2 5E 5C 48
Octal 257 371 165 36 0 65 2 136 134 110
Binary 10101111 11111001 1110101 11110 0 110101 10 1011110 1011100 1001000

Color Harmonies of #AFF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF975

Black with #AFF975

Text Example


Text Example

White with #AFF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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