Html Css Color HEX #AFCE23 Rio Grande

📋 copy color: '#AFCE23'

red 175 ◦ green 206 ◦ blue 35

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

Shades of Rio Grande #AFCE23

Tints of Rio Grande #AFCE23

RGB

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

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

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

R = 42.07%
G = 49.52%
B = 8.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#AFCE23 (or 0xAFCE23) is known color: Rio Grande. HEX triplet: AF, CE and 23. RGB value is (175,206,35). Sum of RGB (Red+Green+Blue) = 175+206+35=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE23 is #5031DC. Grayscale: #B1B1B1. Windows color (decimal): -5255645 or 2346671. OLE color: 2346671.

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

Color convert

RGB 175 206 35 -
CMYK 0.15 0 0.83 0.19
HSL 70.88º 0.71% 0.47% -
HSV(B) 70.88º 0.83% 0.81% -
XYZ 40.05 53.38 9.78 -
YUV 177.24 47.73 126.4 -
System Red Green Blue C M Y K H S L
Decimal 175 206 35 0.15 0 0.83 0.19 70.88 0.71 0.47
Hex AF CE 23 F 0 53 13 47 47 2F
Octal 257 316 43 17 0 123 23 107 107 57
Binary 10101111 11001110 100011 1111 0 1010011 10011 1000111 1000111 101111

Color Harmonies of #AFCE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE23

Black with #AFCE23

Text Example


Text Example

White with #AFCE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE23; }

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

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

background-color css

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

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

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

border-color css

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

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

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