Html Css Color HEX #AFFC6D Sulu

📋 copy color: '#AFFC6D'

red 175 ◦ green 252 ◦ blue 109

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

Shades of Sulu #AFFC6D

Tints of Sulu #AFFC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.34%

R = 32.65%
G = 47.01%
B = 20.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#AFFC6D (or 0xAFFC6D) is known color: Sulu. HEX triplet: AF, FC and 6D. RGB value is (175,252,109). Sum of RGB (Red+Green+Blue) = 175+252+109=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 109 (42.97% from 255 or 20.34% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC6D is #500392. Grayscale: #D5D5D5. Windows color (decimal): -5243795 or 7208111. OLE color: 7208111.

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

Color convert

RGB 175 252 109 -
CMYK 0.31 0 0.57 0.01
HSL 92.31º 0.96% 0.71% -
HSV(B) 92.31º 0.57% 0.99% -
XYZ 55.25 79.84 26.97 -
YUV 212.68 69.49 101.13 -
System Red Green Blue C M Y K H S L
Decimal 175 252 109 0.31 0 0.57 0.01 92.31 0.96 0.71
Hex AF FC 6D 1F 0 39 1 5C 60 47
Octal 257 374 155 37 0 71 1 134 140 107
Binary 10101111 11111100 1101101 11111 0 111001 1 1011100 1100000 1000111

Color Harmonies of #AFFC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC6D

Black with #AFFC6D

Text Example


Text Example

White with #AFFC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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