Html Css Color HEX #AFDD30 Fuego

📋 copy color: '#AFDD30'

red 175 ◦ green 221 ◦ blue 48

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

Shades of Fuego #AFDD30

Tints of Fuego #AFDD30

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.77%

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

R = 39.41%
G = 49.77%
B = 10.81%

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

#AFDD30 (or 0xAFDD30) is known color: Fuego. HEX triplet: AF, DD and 30. RGB value is (175,221,48). Sum of RGB (Red+Green+Blue) = 175+221+48=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD30 is #5022CF. Grayscale: #BCBCBC. Windows color (decimal): -5251792 or 3202479. OLE color: 3202479.

HSL color Cylindrical-coordinate representation of color #AFDD30: hue angle of 75.95º degrees, saturation: 0.72, 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 #AFDD30 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 48 -
CMYK 0.21 0 0.78 0.13
HSL 75.95º 0.72% 0.53% -
HSV(B) 75.95º 0.78% 0.87% -
XYZ 44.07 61.04 12.26 -
YUV 187.52 49.26 119.07 -
System Red Green Blue C M Y K H S L
Decimal 175 221 48 0.21 0 0.78 0.13 75.95 0.72 0.53
Hex AF DD 30 15 0 4E D 4C 48 35
Octal 257 335 60 25 0 116 15 114 110 65
Binary 10101111 11011101 110000 10101 0 1001110 1101 1001100 1001000 110101

Color Harmonies of #AFDD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD30

Black with #AFDD30

Text Example


Text Example

White with #AFDD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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