Html Css Color HEX #AFCE05 La Rioja

📋 copy color: '#AFCE05'

red 175 ◦ green 206 ◦ blue 5

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

Shades of La Rioja #AFCE05

Tints of La Rioja #AFCE05

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.37%

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

R = 45.34%
G = 53.37%
B = 1.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#AFCE05 (or 0xAFCE05) is known color: La Rioja. HEX triplet: AF, CE and 05. RGB value is (175,206,5). Sum of RGB (Red+Green+Blue) = 175+206+5=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCE05 is #5031FA. Grayscale: #AEAEAE. Windows color (decimal): -5255675 or 380591. OLE color: 380591.

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

Color convert

RGB 175 206 5 -
CMYK 0.15 0 0.98 0.19
HSL 69.25º 0.95% 0.41% -
HSV(B) 69.25º 0.98% 0.81% -
XYZ 39.78 53.27 8.33 -
YUV 173.82 32.73 128.84 -
System Red Green Blue C M Y K H S L
Decimal 175 206 5 0.15 0 0.98 0.19 69.25 0.95 0.41
Hex AF CE 5 F 0 62 13 45 5F 29
Octal 257 316 5 17 0 142 23 105 137 51
Binary 10101111 11001110 101 1111 0 1100010 10011 1000101 1011111 101001

Color Harmonies of #AFCE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE05

Black with #AFCE05

Text Example


Text Example

White with #AFCE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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