Html Css Color HEX #AFFF83 Sulu

📋 copy color: '#AFFF83'

red 175 ◦ green 255 ◦ blue 131

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

Shades of Sulu #AFFF83

Tints of Sulu #AFFF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.35%

R = 31.19%
G = 45.45%
B = 23.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#AFFF83 (or 0xAFFF83) is known color: Sulu. HEX triplet: AF, FF and 83. RGB value is (175,255,131). Sum of RGB (Red+Green+Blue) = 175+255+131=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFF83 is #50007C. Grayscale: #D9D9D9. Windows color (decimal): -5243005 or 8650671. OLE color: 8650671.

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

Color convert

RGB 175 255 131 -
CMYK 0.31 0 0.49 0
HSL 98.71º 1% 0.76% -
HSV(B) 98.71º 0.49% 1% -
XYZ 57.54 82.27 34.32 -
YUV 216.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 175 255 131 0.31 0 0.49 0 98.71 1 0.76
Hex AF FF 83 1F 0 31 0 63 64 4C
Octal 257 377 203 37 0 61 0 143 144 114
Binary 10101111 11111111 10000011 11111 0 110001 0 1100011 1100100 1001100

Color Harmonies of #AFFF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF83

Black with #AFFF83

Text Example


Text Example

White with #AFFF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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