Html Css Color HEX #AFCD23 Rio Grande

📋 copy color: '#AFCD23'

red 175 ◦ green 205 ◦ blue 35

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

Shades of Rio Grande #AFCD23

Tints of Rio Grande #AFCD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.43%

R = 42.17%
G = 49.4%
B = 8.43%

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

#AFCD23 (or 0xAFCD23) is known color: Rio Grande. HEX triplet: AF, CD and 23. RGB value is (175,205,35). Sum of RGB (Red+Green+Blue) = 175+205+35=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD23 is #5032DC. Grayscale: #B1B1B1. Windows color (decimal): -5255901 or 2346415. OLE color: 2346415.

HSL color Cylindrical-coordinate representation of color #AFCD23: hue angle of 70.59º degrees, saturation: 0.71, 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 #AFCD23 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 35 -
CMYK 0.15 0 0.83 0.20
HSL 70.59º 0.71% 0.47% -
HSV(B) 70.59º 0.83% 0.8% -
XYZ 39.81 52.9 9.7 -
YUV 176.65 48.06 126.82 -
System Red Green Blue C M Y K H S L
Decimal 175 205 35 0.15 0 0.83 0.20 70.59 0.71 0.47
Hex AF CD 23 F 0 53 14 47 47 2F
Octal 257 315 43 17 0 123 24 107 107 57
Binary 10101111 11001101 100011 1111 0 1010011 10100 1000111 1000111 101111

Color Harmonies of #AFCD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD23

Black with #AFCD23

Text Example


Text Example

White with #AFCD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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