Html Css Color HEX #AFEC73 Sulu

📋 copy color: '#AFEC73'

red 175 ◦ green 236 ◦ blue 115

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

Shades of Sulu #AFEC73

Tints of Sulu #AFEC73

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.87%

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

R = 33.27%
G = 44.87%
B = 21.86%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#AFEC73 (or 0xAFEC73) is known color: Sulu. HEX triplet: AF, EC and 73. RGB value is (175,236,115). Sum of RGB (Red+Green+Blue) = 175+236+115=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC73 is #50138C. Grayscale: #CCCCCC. Windows color (decimal): -5247885 or 7597231. OLE color: 7597231.

HSL color Cylindrical-coordinate representation of color #AFEC73: hue angle of 90.25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFEC73 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 115 -
CMYK 0.26 0 0.51 0.07
HSL 90.25º 0.76% 0.69% -
HSV(B) 90.25º 0.51% 0.93% -
XYZ 50.77 70.34 27.12 -
YUV 203.97 77.79 107.34 -
System Red Green Blue C M Y K H S L
Decimal 175 236 115 0.26 0 0.51 0.07 90.25 0.76 0.69
Hex AF EC 73 1A 0 33 7 5A 4C 45
Octal 257 354 163 32 0 63 7 132 114 105
Binary 10101111 11101100 1110011 11010 0 110011 111 1011010 1001100 1000101

Color Harmonies of #AFEC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC73

Black with #AFEC73

Text Example


Text Example

White with #AFEC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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