Html Css Color HEX #AFD632 Fuego

📋 copy color: '#AFD632'

red 175 ◦ green 214 ◦ blue 50

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

Shades of Fuego #AFD632

Tints of Fuego #AFD632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.75%

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 39.86%
G = 48.75%
B = 11.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#AFD632 (or 0xAFD632) is known color: Fuego. HEX triplet: AF, D6 and 32. RGB value is (175,214,50). Sum of RGB (Red+Green+Blue) = 175+214+50=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD632 is #5029CD. Grayscale: #B8B8B8. Windows color (decimal): -5253582 or 3331759. OLE color: 3331759.

HSL color Cylindrical-coordinate representation of color #AFD632: hue angle of 74.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFD632 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 50 -
CMYK 0.18 0 0.77 0.16
HSL 74.27º 0.67% 0.52% -
HSV(B) 74.27º 0.77% 0.84% -
XYZ 42.3 57.44 11.87 -
YUV 183.64 52.58 121.84 -
System Red Green Blue C M Y K H S L
Decimal 175 214 50 0.18 0 0.77 0.16 74.27 0.67 0.52
Hex AF D6 32 12 0 4D 10 4A 43 34
Octal 257 326 62 22 0 115 20 112 103 64
Binary 10101111 11010110 110010 10010 0 1001101 10000 1001010 1000011 110100

Color Harmonies of #AFD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD632

Black with #AFD632

Text Example


Text Example

White with #AFD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD632; }

 p { color: rgb(175,214,50); }

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

background-color css

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

 a { background-color: rgb(175,214,50); }

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

border-color css

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

 span { border-color: rgb(175,214,50); }

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