Html Css Color HEX #AFFF7C Sulu

📋 copy color: '#AFFF7C'

red 175 ◦ green 255 ◦ blue 124

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

Shades of Sulu #AFFF7C

Tints of Sulu #AFFF7C

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 124 (48.83% from 255) = 22.38%

R = 31.59%
G = 46.03%
B = 22.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#AFFF7C (or 0xAFFF7C) is known color: Sulu. HEX triplet: AF, FF and 7C. RGB value is (175,255,124). Sum of RGB (Red+Green+Blue) = 175+255+124=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF7C is #500083. Grayscale: #D8D8D8. Windows color (decimal): -5243012 or 8191919. OLE color: 8191919.

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

Color convert

RGB 175 255 124 -
CMYK 0.31 0 0.51 0
HSL 96.64º 1% 0.74% -
HSV(B) 96.64º 0.51% 1% -
XYZ 57.08 82.09 31.91 -
YUV 216.15 76 98.65 -
System Red Green Blue C M Y K H S L
Decimal 175 255 124 0.31 0 0.51 0 96.64 1 0.74
Hex AF FF 7C 1F 0 33 0 61 64 4A
Octal 257 377 174 37 0 63 0 141 144 112
Binary 10101111 11111111 1111100 11111 0 110011 0 1100001 1100100 1001010

Color Harmonies of #AFFF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF7C

Black with #AFFF7C

Text Example


Text Example

White with #AFFF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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