Html Css Color HEX #AFDA30 Fuego

📋 copy color: '#AFDA30'

red 175 ◦ green 218 ◦ blue 48

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

Shades of Fuego #AFDA30

Tints of Fuego #AFDA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.43%

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

R = 39.68%
G = 49.43%
B = 10.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#AFDA30 (or 0xAFDA30) is known color: Fuego. HEX triplet: AF, DA and 30. RGB value is (175,218,48). Sum of RGB (Red+Green+Blue) = 175+218+48=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA30 is #5025CF. Grayscale: #BABABA. Windows color (decimal): -5252560 or 3201711. OLE color: 3201711.

HSL color Cylindrical-coordinate representation of color #AFDA30: hue angle of 75.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFDA30 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 48 -
CMYK 0.20 0 0.78 0.15
HSL 75.18º 0.7% 0.52% -
HSV(B) 75.18º 0.78% 0.85% -
XYZ 43.28 59.47 11.99 -
YUV 185.76 50.25 120.32 -
System Red Green Blue C M Y K H S L
Decimal 175 218 48 0.20 0 0.78 0.15 75.18 0.7 0.52
Hex AF DA 30 14 0 4E F 4B 46 34
Octal 257 332 60 24 0 116 17 113 106 64
Binary 10101111 11011010 110000 10100 0 1001110 1111 1001011 1000110 110100

Color Harmonies of #AFDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA30

Black with #AFDA30

Text Example


Text Example

White with #AFDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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