Html Css Color HEX #AFD633 Fuego

📋 copy color: '#AFD633'

red 175 ◦ green 214 ◦ blue 51

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

Shades of Fuego #AFD633

Tints of Fuego #AFD633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.59%

R = 39.77%
G = 48.64%
B = 11.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#AFD633 (or 0xAFD633) is known color: Fuego. HEX triplet: AF, D6 and 33. RGB value is (175,214,51). Sum of RGB (Red+Green+Blue) = 175+214+51=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD633 is #5029CC. Grayscale: #B8B8B8. Windows color (decimal): -5253581 or 3397295. OLE color: 3397295.

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

Color convert

RGB 175 214 51 -
CMYK 0.18 0 0.76 0.16
HSL 74.36º 0.67% 0.52% -
HSV(B) 74.36º 0.76% 0.84% -
XYZ 42.32 57.45 11.99 -
YUV 183.76 53.08 121.75 -
System Red Green Blue C M Y K H S L
Decimal 175 214 51 0.18 0 0.76 0.16 74.36 0.67 0.52
Hex AF D6 33 12 0 4C 10 4A 43 34
Octal 257 326 63 22 0 114 20 112 103 64
Binary 10101111 11010110 110011 10010 0 1001100 10000 1001010 1000011 110100

Color Harmonies of #AFD633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD633

Black with #AFD633

Text Example


Text Example

White with #AFD633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD633; }

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

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

background-color css

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

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

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

border-color css

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

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

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