Html Css Color HEX #AFEC72 Sulu

📋 copy color: '#AFEC72'

red 175 ◦ green 236 ◦ blue 114

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

Shades of Sulu #AFEC72

Tints of Sulu #AFEC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 33.33%
G = 44.95%
B = 21.71%

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

#AFEC72 (or 0xAFEC72) is known color: Sulu. HEX triplet: AF, EC and 72. RGB value is (175,236,114). Sum of RGB (Red+Green+Blue) = 175+236+114=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC72 is #50138D. Grayscale: #CCCCCC. Windows color (decimal): -5247886 or 7531695. OLE color: 7531695.

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

Color convert

RGB 175 236 114 -
CMYK 0.26 0 0.52 0.07
HSL 90º 0.76% 0.69% -
HSV(B) 90º 0.52% 0.93% -
XYZ 50.71 70.32 26.82 -
YUV 203.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 175 236 114 0.26 0 0.52 0.07 90 0.76 0.69
Hex AF EC 72 1A 0 34 7 5A 4C 45
Octal 257 354 162 32 0 64 7 132 114 105
Binary 10101111 11101100 1110010 11010 0 110100 111 1011010 1001100 1000101

Color Harmonies of #AFEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC72

Black with #AFEC72

Text Example


Text Example

White with #AFEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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