Html Css Color HEX #AFCD30 Fuego

📋 copy color: '#AFCD30'

red 175 ◦ green 205 ◦ blue 48

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

Shades of Fuego #AFCD30

Tints of Fuego #AFCD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.9%

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

R = 40.89%
G = 47.9%
B = 11.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#AFCD30 (or 0xAFCD30) is known color: Fuego. HEX triplet: AF, CD and 30. RGB value is (175,205,48). Sum of RGB (Red+Green+Blue) = 175+205+48=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD30 is #5032CF. Grayscale: #B2B2B2. Windows color (decimal): -5255888 or 3198383. OLE color: 3198383.

HSL color Cylindrical-coordinate representation of color #AFCD30: hue angle of 71.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFCD30 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 48 -
CMYK 0.15 0 0.77 0.20
HSL 71.46º 0.62% 0.5% -
HSV(B) 71.46º 0.77% 0.8% -
XYZ 40.04 52.99 10.91 -
YUV 178.13 54.56 125.77 -
System Red Green Blue C M Y K H S L
Decimal 175 205 48 0.15 0 0.77 0.20 71.46 0.62 0.5
Hex AF CD 30 F 0 4D 14 47 3E 32
Octal 257 315 60 17 0 115 24 107 76 62
Binary 10101111 11001101 110000 1111 0 1001101 10100 1000111 111110 110010

Color Harmonies of #AFCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD30

Black with #AFCD30

Text Example


Text Example

White with #AFCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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