Html Css Color HEX #AFFE6B Sulu

📋 copy color: '#AFFE6B'

red 175 ◦ green 254 ◦ blue 107

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

Shades of Sulu #AFFE6B

Tints of Sulu #AFFE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.96%

R = 32.65%
G = 47.39%
B = 19.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#AFFE6B (or 0xAFFE6B) is known color: Sulu. HEX triplet: AF, FE and 6B. RGB value is (175,254,107). Sum of RGB (Red+Green+Blue) = 175+254+107=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFE6B is #500194. Grayscale: #D6D6D6. Windows color (decimal): -5243285 or 7077551. OLE color: 7077551.

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

Color convert

RGB 175 254 107 -
CMYK 0.31 0 0.58 0.00
HSL 92.24º 0.99% 0.71% -
HSV(B) 92.24º 0.58% 1% -
XYZ 55.77 81.06 26.62 -
YUV 213.62 67.83 100.45 -
System Red Green Blue C M Y K H S L
Decimal 175 254 107 0.31 0 0.58 0.00 92.24 0.99 0.71
Hex AF FE 6B 1F 0 3A 0 5C 63 47
Octal 257 376 153 37 0 72 0 134 143 107
Binary 10101111 11111110 1101011 11111 0 111010 0 1011100 1100011 1000111

Color Harmonies of #AFFE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFE6B

Black with #AFFE6B

Text Example


Text Example

White with #AFFE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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