Html Css Color HEX #AFD01C Rio Grande

📋 copy color: '#AFD01C'

red 175 ◦ green 208 ◦ blue 28

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

Shades of Rio Grande #AFD01C

Tints of Rio Grande #AFD01C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.61%

 BLUE value IS 28 (11.33% from 255) = 6.81%

R = 42.58%
G = 50.61%
B = 6.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#AFD01C (or 0xAFD01C) is known color: Rio Grande. HEX triplet: AF, D0 and 1C. RGB value is (175,208,28). Sum of RGB (Red+Green+Blue) = 175+208+28=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD01C is #502FE3. Grayscale: #B2B2B2. Windows color (decimal): -5255140 or 1888431. OLE color: 1888431.

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

Color convert

RGB 175 208 28 -
CMYK 0.16 0 0.87 0.18
HSL 71º 0.76% 0.46% -
HSV(B) 71º 0.87% 0.82% -
XYZ 40.44 54.31 9.45 -
YUV 177.61 43.57 126.14 -
System Red Green Blue C M Y K H S L
Decimal 175 208 28 0.16 0 0.87 0.18 71 0.76 0.46
Hex AF D0 1C 10 0 57 12 47 4C 2E
Octal 257 320 34 20 0 127 22 107 114 56
Binary 10101111 11010000 11100 10000 0 1010111 10010 1000111 1001100 101110

Color Harmonies of #AFD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD01C

Black with #AFD01C

Text Example


Text Example

White with #AFD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD01C; }

 p { color: rgb(175,208,28); }

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

background-color css

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

 a { background-color: rgb(175,208,28); }

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

border-color css

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

 span { border-color: rgb(175,208,28); }

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