Html Css Color HEX #AFFE6D Sulu

📋 copy color: '#AFFE6D'

red 175 ◦ green 254 ◦ blue 109

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

Shades of Sulu #AFFE6D

Tints of Sulu #AFFE6D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.21%

 BLUE value IS 109 (42.97% from 255) = 20.26%

R = 32.53%
G = 47.21%
B = 20.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#AFFE6D (or 0xAFFE6D) is known color: Sulu. HEX triplet: AF, FE and 6D. RGB value is (175,254,109). Sum of RGB (Red+Green+Blue) = 175+254+109=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE6D is #500192. Grayscale: #D6D6D6. Windows color (decimal): -5243283 or 7208623. OLE color: 7208623.

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

Color convert

RGB 175 254 109 -
CMYK 0.31 0 0.57 0.00
HSL 92.69º 0.99% 0.71% -
HSV(B) 92.69º 0.57% 1% -
XYZ 55.88 81.1 27.18 -
YUV 213.85 68.83 100.29 -
System Red Green Blue C M Y K H S L
Decimal 175 254 109 0.31 0 0.57 0.00 92.69 0.99 0.71
Hex AF FE 6D 1F 0 39 0 5D 63 47
Octal 257 376 155 37 0 71 0 135 143 107
Binary 10101111 11111110 1101101 11111 0 111001 0 1011101 1100011 1000111

Color Harmonies of #AFFE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE6D

Black with #AFFE6D

Text Example


Text Example

White with #AFFE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE6D; }

 p { color: rgb(175,254,109); }

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

background-color css

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

 a { background-color: rgb(175,254,109); }

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

border-color css

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

 span { border-color: rgb(175,254,109); }

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