Html Css Color HEX #AFFE7D Sulu

📋 copy color: '#AFFE7D'

red 175 ◦ green 254 ◦ blue 125

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

Shades of Sulu #AFFE7D

Tints of Sulu #AFFE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.56%

R = 31.59%
G = 45.85%
B = 22.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#AFFE7D (or 0xAFFE7D) is known color: Sulu. HEX triplet: AF, FE and 7D. RGB value is (175,254,125). Sum of RGB (Red+Green+Blue) = 175+254+125=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE7D is #500182. Grayscale: #D8D8D8. Windows color (decimal): -5243267 or 8257199. OLE color: 8257199.

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

Color convert

RGB 175 254 125 -
CMYK 0.31 0 0.51 0.00
HSL 96.74º 0.98% 0.74% -
HSV(B) 96.74º 0.51% 1% -
XYZ 56.82 81.48 32.13 -
YUV 215.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 175 254 125 0.31 0 0.51 0.00 96.74 0.98 0.74
Hex AF FE 7D 1F 0 33 0 61 62 4A
Octal 257 376 175 37 0 63 0 141 142 112
Binary 10101111 11111110 1111101 11111 0 110011 0 1100001 1100010 1001010

Color Harmonies of #AFFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE7D

Black with #AFFE7D

Text Example


Text Example

White with #AFFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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