Html Css Color HEX #AFFC73 Sulu

📋 copy color: '#AFFC73'

red 175 ◦ green 252 ◦ blue 115

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

Shades of Sulu #AFFC73

Tints of Sulu #AFFC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.22%

R = 32.29%
G = 46.49%
B = 21.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#AFFC73 (or 0xAFFC73) is known color: Sulu. HEX triplet: AF, FC and 73. RGB value is (175,252,115). Sum of RGB (Red+Green+Blue) = 175+252+115=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC73 is #50038C. Grayscale: #D5D5D5. Windows color (decimal): -5243789 or 7601327. OLE color: 7601327.

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

Color convert

RGB 175 252 115 -
CMYK 0.31 0 0.54 0.01
HSL 93.72º 0.96% 0.72% -
HSV(B) 93.72º 0.54% 0.99% -
XYZ 55.58 79.97 28.73 -
YUV 213.36 72.49 100.64 -
System Red Green Blue C M Y K H S L
Decimal 175 252 115 0.31 0 0.54 0.01 93.72 0.96 0.72
Hex AF FC 73 1F 0 36 1 5E 60 48
Octal 257 374 163 37 0 66 1 136 140 110
Binary 10101111 11111100 1110011 11111 0 110110 1 1011110 1100000 1001000

Color Harmonies of #AFFC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC73

Black with #AFFC73

Text Example


Text Example

White with #AFFC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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