Html Css Color HEX #AFFD7F Sulu

📋 copy color: '#AFFD7F'

red 175 ◦ green 253 ◦ blue 127

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

Shades of Sulu #AFFD7F

Tints of Sulu #AFFD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.88%

R = 31.53%
G = 45.59%
B = 22.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#AFFD7F (or 0xAFFD7F) is known color: Sulu. HEX triplet: AF, FD and 7F. RGB value is (175,253,127). Sum of RGB (Red+Green+Blue) = 175+253+127=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD7F is #500280. Grayscale: #D7D7D7. Windows color (decimal): -5243521 or 8388015. OLE color: 8388015.

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

Color convert

RGB 175 253 127 -
CMYK 0.31 0 0.50 0.01
HSL 97.14º 0.97% 0.75% -
HSV(B) 97.14º 0.5% 0.99% -
XYZ 56.64 80.9 32.71 -
YUV 215.31 78.16 99.25 -
System Red Green Blue C M Y K H S L
Decimal 175 253 127 0.31 0 0.50 0.01 97.14 0.97 0.75
Hex AF FD 7F 1F 0 32 1 61 61 4B
Octal 257 375 177 37 0 62 1 141 141 113
Binary 10101111 11111101 1111111 11111 0 110010 1 1100001 1100001 1001011

Color Harmonies of #AFFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD7F

Black with #AFFD7F

Text Example


Text Example

White with #AFFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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