Html Css Color HEX #AFDE30 Fuego

📋 copy color: '#AFDE30'

red 175 ◦ green 222 ◦ blue 48

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

Shades of Fuego #AFDE30

Tints of Fuego #AFDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.89%

 BLUE value IS 48 (19.14% from 255) = 10.79%

R = 39.33%
G = 49.89%
B = 10.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#AFDE30 (or 0xAFDE30) is known color: Fuego. HEX triplet: AF, DE and 30. RGB value is (175,222,48). Sum of RGB (Red+Green+Blue) = 175+222+48=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE30 is #5021CF. Grayscale: #BCBCBC. Windows color (decimal): -5251536 or 3202735. OLE color: 3202735.

HSL color Cylindrical-coordinate representation of color #AFDE30: hue angle of 76.21º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFDE30 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 48 -
CMYK 0.21 0 0.78 0.13
HSL 76.21º 0.73% 0.53% -
HSV(B) 76.21º 0.78% 0.87% -
XYZ 44.33 61.57 12.34 -
YUV 188.11 48.93 118.65 -
System Red Green Blue C M Y K H S L
Decimal 175 222 48 0.21 0 0.78 0.13 76.21 0.73 0.53
Hex AF DE 30 15 0 4E D 4C 48 35
Octal 257 336 60 25 0 116 15 114 110 65
Binary 10101111 11011110 110000 10101 0 1001110 1101 1001100 1001000 110101

Color Harmonies of #AFDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE30

Black with #AFDE30

Text Example


Text Example

White with #AFDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE30; }

 p { color: rgb(175,222,48); }

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

background-color css

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

 a { background-color: rgb(175,222,48); }

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

border-color css

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

 span { border-color: rgb(175,222,48); }

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