Html Css Color HEX #AFFD7A Sulu

📋 copy color: '#AFFD7A'

red 175 ◦ green 253 ◦ blue 122

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

Shades of Sulu #AFFD7A

Tints of Sulu #AFFD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.18%

R = 31.82%
G = 46%
B = 22.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#AFFD7A (or 0xAFFD7A) is known color: Sulu. HEX triplet: AF, FD and 7A. RGB value is (175,253,122). Sum of RGB (Red+Green+Blue) = 175+253+122=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD7A is #500285. Grayscale: #D7D7D7. Windows color (decimal): -5243526 or 8060335. OLE color: 8060335.

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

Color convert

RGB 175 253 122 -
CMYK 0.31 0 0.52 0.01
HSL 95.73º 0.97% 0.74% -
HSV(B) 95.73º 0.52% 0.99% -
XYZ 56.32 80.77 31.03 -
YUV 214.74 75.66 99.65 -
System Red Green Blue C M Y K H S L
Decimal 175 253 122 0.31 0 0.52 0.01 95.73 0.97 0.74
Hex AF FD 7A 1F 0 34 1 60 61 4A
Octal 257 375 172 37 0 64 1 140 141 112
Binary 10101111 11111101 1111010 11111 0 110100 1 1100000 1100001 1001010

Color Harmonies of #AFFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD7A

Black with #AFFD7A

Text Example


Text Example

White with #AFFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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