Html Css Color HEX #AFCD22 Rio Grande

📋 copy color: '#AFCD22'

red 175 ◦ green 205 ◦ blue 34

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

Shades of Rio Grande #AFCD22

Tints of Rio Grande #AFCD22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.21%

R = 42.27%
G = 49.52%
B = 8.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#AFCD22 (or 0xAFCD22) is known color: Rio Grande. HEX triplet: AF, CD and 22. RGB value is (175,205,34). Sum of RGB (Red+Green+Blue) = 175+205+34=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD22 is #5032DD. Grayscale: #B1B1B1. Windows color (decimal): -5255902 or 2280879. OLE color: 2280879.

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

Color convert

RGB 175 205 34 -
CMYK 0.15 0 0.83 0.20
HSL 70.53º 0.72% 0.47% -
HSV(B) 70.53º 0.83% 0.8% -
XYZ 39.8 52.89 9.62 -
YUV 176.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 175 205 34 0.15 0 0.83 0.20 70.53 0.72 0.47
Hex AF CD 22 F 0 53 14 47 48 2F
Octal 257 315 42 17 0 123 24 107 110 57
Binary 10101111 11001101 100010 1111 0 1010011 10100 1000111 1001000 101111

Color Harmonies of #AFCD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD22

Black with #AFCD22

Text Example


Text Example

White with #AFCD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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