Html Css Color HEX #AFFD83 Sulu

📋 copy color: '#AFFD83'

red 175 ◦ green 253 ◦ blue 131

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

Shades of Sulu #AFFD83

Tints of Sulu #AFFD83

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.26%

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

R = 31.31%
G = 45.26%
B = 23.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#AFFD83 (or 0xAFFD83) is known color: Sulu. HEX triplet: AF, FD and 83. RGB value is (175,253,131). Sum of RGB (Red+Green+Blue) = 175+253+131=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD83 is #50027C. Grayscale: #D8D8D8. Windows color (decimal): -5243517 or 8650159. OLE color: 8650159.

HSL color Cylindrical-coordinate representation of color #AFFD83: hue angle of 98.36º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFFD83 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 131 -
CMYK 0.31 0 0.48 0.01
HSL 98.36º 0.97% 0.75% -
HSV(B) 98.36º 0.48% 0.99% -
XYZ 56.9 81 34.11 -
YUV 215.77 80.16 98.92 -
System Red Green Blue C M Y K H S L
Decimal 175 253 131 0.31 0 0.48 0.01 98.36 0.97 0.75
Hex AF FD 83 1F 0 30 1 62 61 4B
Octal 257 375 203 37 0 60 1 142 141 113
Binary 10101111 11111101 10000011 11111 0 110000 1 1100010 1100001 1001011

Color Harmonies of #AFFD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD83

Black with #AFFD83

Text Example


Text Example

White with #AFFD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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