Html Css Color HEX #AFFF75 Sulu

📋 copy color: '#AFFF75'

red 175 ◦ green 255 ◦ blue 117

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

Shades of Sulu #AFFF75

Tints of Sulu #AFFF75

RGB

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

 GREEN value IS 255 (100% from 255) = 46.62%

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

R = 31.99%
G = 46.62%
B = 21.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#AFFF75 (or 0xAFFF75) is known color: Sulu. HEX triplet: AF, FF and 75. RGB value is (175,255,117). Sum of RGB (Red+Green+Blue) = 175+255+117=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF75 is #50008A. Grayscale: #D7D7D7. Windows color (decimal): -5243019 or 7733167. OLE color: 7733167.

HSL color Cylindrical-coordinate representation of color #AFFF75: hue angle of 94.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFFF75 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 117 -
CMYK 0.31 0 0.54 0
HSL 94.78º 1% 0.73% -
HSV(B) 94.78º 0.54% 1% -
XYZ 56.65 81.92 29.66 -
YUV 215.35 72.5 99.22 -
System Red Green Blue C M Y K H S L
Decimal 175 255 117 0.31 0 0.54 0 94.78 1 0.73
Hex AF FF 75 1F 0 36 0 5F 64 49
Octal 257 377 165 37 0 66 0 137 144 111
Binary 10101111 11111111 1110101 11111 0 110110 0 1011111 1100100 1001001

Color Harmonies of #AFFF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF75

Black with #AFFF75

Text Example


Text Example

White with #AFFF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF75; }

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

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

background-color css

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

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

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

border-color css

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

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

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