Html Css Color HEX #AFCD05 La Rioja

📋 copy color: '#AFCD05'

red 175 ◦ green 205 ◦ blue 5

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

Shades of La Rioja #AFCD05

Tints of La Rioja #AFCD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 45.45%
G = 53.25%
B = 1.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#AFCD05 (or 0xAFCD05) is known color: La Rioja. HEX triplet: AF, CD and 05. RGB value is (175,205,5). Sum of RGB (Red+Green+Blue) = 175+205+5=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD05 is #5032FA. Grayscale: #AEAEAE. Windows color (decimal): -5255931 or 380335. OLE color: 380335.

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

Color convert

RGB 175 205 5 -
CMYK 0.15 0 0.98 0.20
HSL 69º 0.95% 0.41% -
HSV(B) 69º 0.98% 0.8% -
XYZ 39.54 52.79 8.25 -
YUV 173.23 33.06 129.26 -
System Red Green Blue C M Y K H S L
Decimal 175 205 5 0.15 0 0.98 0.20 69 0.95 0.41
Hex AF CD 5 F 0 62 14 45 5F 29
Octal 257 315 5 17 0 142 24 105 137 51
Binary 10101111 11001101 101 1111 0 1100010 10100 1000101 1011111 101001

Color Harmonies of #AFCD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD05

Black with #AFCD05

Text Example


Text Example

White with #AFCD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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