Html Css Color HEX #AFCD13 Rio Grande

📋 copy color: '#AFCD13'

red 175 ◦ green 205 ◦ blue 19

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

Shades of Rio Grande #AFCD13

Tints of Rio Grande #AFCD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.76%

R = 43.86%
G = 51.38%
B = 4.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#AFCD13 (or 0xAFCD13) is known color: Rio Grande. HEX triplet: AF, CD and 13. RGB value is (175,205,19). Sum of RGB (Red+Green+Blue) = 175+205+19=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD13 is #5032EC. Grayscale: #AFAFAF. Windows color (decimal): -5255917 or 1297839. OLE color: 1297839.

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

Color convert

RGB 175 205 19 -
CMYK 0.15 0 0.91 0.20
HSL 69.68º 0.83% 0.44% -
HSV(B) 69.68º 0.91% 0.8% -
XYZ 39.63 52.82 8.72 -
YUV 174.83 40.06 128.12 -
System Red Green Blue C M Y K H S L
Decimal 175 205 19 0.15 0 0.91 0.20 69.68 0.83 0.44
Hex AF CD 13 F 0 5B 14 46 53 2C
Octal 257 315 23 17 0 133 24 106 123 54
Binary 10101111 11001101 10011 1111 0 1011011 10100 1000110 1010011 101100

Color Harmonies of #AFCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD13

Black with #AFCD13

Text Example


Text Example

White with #AFCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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