#AFFF67

Color #AFFF67 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #AFFF67

Tints of Sulu #AFFF67

Color information

#AFFF67 (or 0xAFFF67) is unknown color: approx Sulu. HEX triplet: AF, FF and 67. RGB value is (175,255,103). Sum of RGB (Red+Green+Blue) = 175+255+103=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF67 is #500098. Grayscale: #D6D6D6. Windows color (decimal): -5243033 or 6815663. OLE color: 6815663.

HSL color Cylindrical-coordinate representation of color #AFFF67: hue angle of 91.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFFF67 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB175255103-
CMYK0.3100.600
HSL91.58º100%70.2%-
HSV(B)91.58º59.61%100%-
XYZ55.8981.6125.64-
YUV213.7565.5100.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 103 (40.62% from 255) = 19.32%
R=32.83%
G=47.84%
B=19.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551030.3100.60091.5810070.2
HexAFFF671F03C05c6446
Octal257377147370740134144106
Binary101011111111111111001111111101111000101110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF67; }

 p { color: rgb(175,255,103); }

 H1.HeaderClassName
 {
   color: #AFFF67;
 }
 .AnyTagClassName
 {
   color: #AFFF67;
 }
</style>
background-color css

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

 a { background-color: rgb(175,255,103); }

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

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

 span { border-color: rgb(175,255,103); }

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