Html Css Color HEX #AFEC71 Sulu

📋 copy color: '#AFEC71'

red 175 ◦ green 236 ◦ blue 113

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

Shades of Sulu #AFEC71

Tints of Sulu #AFEC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.56%

R = 33.4%
G = 45.04%
B = 21.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#AFEC71 (or 0xAFEC71) is known color: Sulu. HEX triplet: AF, EC and 71. RGB value is (175,236,113). Sum of RGB (Red+Green+Blue) = 175+236+113=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC71 is #50138E. Grayscale: #CCCCCC. Windows color (decimal): -5247887 or 7466159. OLE color: 7466159.

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

Color convert

RGB 175 236 113 -
CMYK 0.26 0 0.52 0.07
HSL 89.76º 0.76% 0.68% -
HSV(B) 89.76º 0.52% 0.93% -
XYZ 50.66 70.3 26.52 -
YUV 203.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 175 236 113 0.26 0 0.52 0.07 89.76 0.76 0.68
Hex AF EC 71 1A 0 34 7 5A 4C 44
Octal 257 354 161 32 0 64 7 132 114 104
Binary 10101111 11101100 1110001 11010 0 110100 111 1011010 1001100 1000100

Color Harmonies of #AFEC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC71

Black with #AFEC71

Text Example


Text Example

White with #AFEC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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