Html Css Color HEX #AFCD03 La Rioja

📋 copy color: '#AFCD03'

red 175 ◦ green 205 ◦ blue 3

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

Shades of La Rioja #AFCD03

Tints of La Rioja #AFCD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 45.69%
G = 53.52%
B = 0.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#AFCD03 (or 0xAFCD03) is known color: La Rioja. HEX triplet: AF, CD and 03. RGB value is (175,205,3). Sum of RGB (Red+Green+Blue) = 175+205+3=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD03 is #5032FC. Grayscale: #ADADAD. Windows color (decimal): -5255933 or 249263. OLE color: 249263.

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

Color convert

RGB 175 205 3 -
CMYK 0.15 0 0.99 0.20
HSL 68.91º 0.97% 0.41% -
HSV(B) 68.91º 0.99% 0.8% -
XYZ 39.53 52.78 8.19 -
YUV 173 32.06 129.43 -
System Red Green Blue C M Y K H S L
Decimal 175 205 3 0.15 0 0.99 0.20 68.91 0.97 0.41
Hex AF CD 3 F 0 63 14 45 61 29
Octal 257 315 3 17 0 143 24 105 141 51
Binary 10101111 11001101 11 1111 0 1100011 10100 1000101 1100001 101001

Color Harmonies of #AFCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD03

Black with #AFCD03

Text Example


Text Example

White with #AFCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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