Html Css Color HEX #AFCC21 Rio Grande

📋 copy color: '#AFCC21'

red 175 ◦ green 204 ◦ blue 33

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

Shades of Rio Grande #AFCC21

Tints of Rio Grande #AFCC21

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.51%

 BLUE value IS 33 (13.28% from 255) = 8.01%

R = 42.48%
G = 49.51%
B = 8.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#AFCC21 (or 0xAFCC21) is known color: Rio Grande. HEX triplet: AF, CC and 21. RGB value is (175,204,33). Sum of RGB (Red+Green+Blue) = 175+204+33=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC21 is #5033DE. Grayscale: #B0B0B0. Windows color (decimal): -5256159 or 2215087. OLE color: 2215087.

HSL color Cylindrical-coordinate representation of color #AFCC21: hue angle of 70.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFCC21 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 33 -
CMYK 0.14 0 0.84 0.2
HSL 70.18º 0.72% 0.46% -
HSV(B) 70.18º 0.84% 0.8% -
XYZ 39.55 52.41 9.47 -
YUV 175.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 175 204 33 0.14 0 0.84 0.2 70.18 0.72 0.46
Hex AF CC 21 E 0 54 14 46 48 2E
Octal 257 314 41 16 0 124 24 106 110 56
Binary 10101111 11001100 100001 1110 0 1010100 10100 1000110 1001000 101110

Color Harmonies of #AFCC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC21

Black with #AFCC21

Text Example


Text Example

White with #AFCC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC21; }

 p { color: rgb(175,204,33); }

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

background-color css

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

 a { background-color: rgb(175,204,33); }

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

border-color css

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

 span { border-color: rgb(175,204,33); }

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