Html Css Color HEX #AFFC7C Sulu

📋 copy color: '#AFFC7C'

red 175 ◦ green 252 ◦ blue 124

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

Shades of Sulu #AFFC7C

Tints of Sulu #AFFC7C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.74%

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

R = 31.76%
G = 45.74%
B = 22.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#AFFC7C (or 0xAFFC7C) is known color: Sulu. HEX triplet: AF, FC and 7C. RGB value is (175,252,124). Sum of RGB (Red+Green+Blue) = 175+252+124=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC7C is #500383. Grayscale: #D6D6D6. Windows color (decimal): -5243780 or 8191151. OLE color: 8191151.

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

Color convert

RGB 175 252 124 -
CMYK 0.31 0 0.51 0.01
HSL 96.09º 0.96% 0.74% -
HSV(B) 96.09º 0.51% 0.99% -
XYZ 56.13 80.19 31.59 -
YUV 214.39 76.99 99.91 -
System Red Green Blue C M Y K H S L
Decimal 175 252 124 0.31 0 0.51 0.01 96.09 0.96 0.74
Hex AF FC 7C 1F 0 33 1 60 60 4A
Octal 257 374 174 37 0 63 1 140 140 112
Binary 10101111 11111100 1111100 11111 0 110011 1 1100000 1100000 1001010

Color Harmonies of #AFFC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC7C

Black with #AFFC7C

Text Example


Text Example

White with #AFFC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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